We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c5b51 commit e3970cdCopy full SHA for e3970cd
config.js
@@ -386,10 +386,10 @@ config.BUCKET_RECLAIMER_BATCH_DELAY = 100;
386
config.BUCKET_RECLAIMER_ERROR_DELAY = 3000;
387
388
config.OBJECT_RECLAIMER_ENABLED = true;
389
-config.OBJECT_RECLAIMER_EMPTY_DELAY = 30000;
+config.OBJECT_RECLAIMER_EMPTY_DELAY = 60 * 60 * 1000; // 1 hour delay
390
config.OBJECT_RECLAIMER_BATCH_SIZE = 100;
391
-config.OBJECT_RECLAIMER_BATCH_DELAY = 100;
392
-config.OBJECT_RECLAIMER_ERROR_DELAY = 3000;
+config.OBJECT_RECLAIMER_BATCH_DELAY = 10 * 60 * 1000; // 10 minutes delay between batches
+config.OBJECT_RECLAIMER_ERROR_DELAY = 10 * 60 * 1000; // 10 minutes delay between batches;
393
394
395
//////////////////
0 commit comments