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 bea018f + e11f890 commit 7d3ce57Copy full SHA for 7d3ce57
config.js
@@ -388,8 +388,8 @@ config.BUCKET_RECLAIMER_ERROR_DELAY = 3000;
388
config.OBJECT_RECLAIMER_ENABLED = true;
389
config.OBJECT_RECLAIMER_EMPTY_DELAY = 60 * 60 * 1000; // 1 hour delay
390
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;
+config.OBJECT_RECLAIMER_BATCH_DELAY = 100;
+config.OBJECT_RECLAIMER_ERROR_DELAY = 3000;
393
394
395
//////////////////
0 commit comments