diff options
author | Olaf Tomalka <olaf.tomalka@gmail.com> | 2016-09-05 22:57:56 +0200 |
---|---|---|
committer | Olaf Tomalka <olaf.tomalka@gmail.com> | 2016-09-07 19:41:25 +0200 |
commit | c0a92cb801528f00d1317b01fd8a94274552c166 (patch) | |
tree | 22275ef42f6f897cb684ab67b92124943f703841 /CHANGELOG | |
parent | e25b48ffcf1f7ef31df8d6c3366674e7f5c29893 (diff) | |
download | gitlab-ce-c0a92cb801528f00d1317b01fd8a94274552c166.tar.gz |
Limited amount of pruned Event rows per run
Old deployments of Gitlab might have a big number of old events to be
deleted. Such numbers cause the worker to timeout.
I've limited the amount of rows that should be destroyed at once to
10000, and increased how often pruning shall take place to 4 times a
day.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index fea56a6ef21..1d42acfe363 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.12.0 (unreleased) - Add ability to fork to a specific namespace using API. (ritave) - Cleanup misalignments in Issue list view !6206 + - Prune events older than 12 months. @ritave <olaf@tomalka.me> - Prepend blank line to `Closes` message on merge request linked to issue (lukehowell) - Prune events older than 12 months. - Filter tags by name !6121 |