Skip to content

Commit e11f890

Browse files
committed
Revert objects reclaimer batch and error delays
Signed-off-by: Romy <35330373+romayalon@users.noreply.github.com>
1 parent bea018f commit e11f890

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)