Skip to content

Commit e3970cd

Browse files
dannyzakenliranmauda
authored andcommitted
increased the delay values of the objects_reclaimer
Signed-off-by: Danny Zaken <dannyzaken@gmail.com> (cherry picked from commit 249c3fe) (cherry picked from commit 5057cbd)
1 parent 70c5b51 commit e3970cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,10 @@ config.BUCKET_RECLAIMER_BATCH_DELAY = 100;
386386
config.BUCKET_RECLAIMER_ERROR_DELAY = 3000;
387387

388388
config.OBJECT_RECLAIMER_ENABLED = true;
389-
config.OBJECT_RECLAIMER_EMPTY_DELAY = 30000;
389+
config.OBJECT_RECLAIMER_EMPTY_DELAY = 60 * 60 * 1000; // 1 hour delay
390390
config.OBJECT_RECLAIMER_BATCH_SIZE = 100;
391-
config.OBJECT_RECLAIMER_BATCH_DELAY = 100;
392-
config.OBJECT_RECLAIMER_ERROR_DELAY = 3000;
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;
393393

394394

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

0 commit comments

Comments
 (0)