Skip to content

Commit 7d3ce57

Browse files
authored
Merge pull request #9139 from romayalon/romy-revert-object-reclaimer-delays
Revert objects reclaimer batch and error delays
2 parents bea018f + e11f890 commit 7d3ce57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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)