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.
2 parents f2696f9 + e3970cd commit 35d1621Copy full SHA for 35d1621
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