Skip to content

Commit 39830cb

Browse files
authored
Merge pull request #9172 from liranmauda/liran-backport-into-5.18
[Backport into 5.18] Backport some fixes
2 parents 709ed90 + 7ff9b27 commit 39830cb

File tree

4 files changed

+1279
-1190
lines changed

4 files changed

+1279
-1190
lines changed

config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ config.BUCKET_RECLAIMER_ERROR_DELAY = 3000;
388388
config.OBJECT_RECLAIMER_ENABLED = true;
389389
config.OBJECT_RECLAIMER_EMPTY_DELAY = 60 * 60 * 1000; // 1 hour delay
390390
config.OBJECT_RECLAIMER_BATCH_SIZE = 100;
391-
config.OBJECT_RECLAIMER_BATCH_DELAY = 10 * 60 * 1000; // 10 minutes delay between batches
392-
config.OBJECT_RECLAIMER_ERROR_DELAY = 10 * 60 * 1000; // 10 minutes delay between batches;
391+
config.OBJECT_RECLAIMER_BATCH_DELAY = 100;
392+
config.OBJECT_RECLAIMER_ERROR_DELAY = 3000;
393393

394394

395395
//////////////////

0 commit comments

Comments
 (0)