Skip to content

Commit 4400aaa

Browse files
committed
increased the delay values of the objects_reclaimer
increased the delay values of the objects_reclaimer manually rebased 249c3fe Signed-off-by: liranmauda <[email protected]>
1 parent 2bf977b commit 4400aaa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

config.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,10 @@ config.BUCKET_RECLAIMER_BATCH_DELAY = 100;
319319
config.BUCKET_RECLAIMER_ERROR_DELAY = 3000;
320320

321321
config.OBJECT_RECLAIMER_ENABLED = true;
322-
config.OBJECT_RECLAIMER_EMPTY_DELAY = 30000;
322+
config.OBJECT_RECLAIMER_EMPTY_DELAY = 60 * 60 * 1000; // 1 hour delay
323323
config.OBJECT_RECLAIMER_BATCH_SIZE = 100;
324-
config.OBJECT_RECLAIMER_BATCH_DELAY = 100;
325-
config.OBJECT_RECLAIMER_ERROR_DELAY = 3000;
326-
324+
config.OBJECT_RECLAIMER_BATCH_DELAY = 10 * 60 * 1000; // 10 minutes delay between batches
325+
config.OBJECT_RECLAIMER_ERROR_DELAY = 10 * 60 * 1000; // 10 minutes delay between batches;
327326

328327
//////////////////
329328
// CHUNK CONFIG //

0 commit comments

Comments
 (0)