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 bcc4544 + ae825c3 commit 67d421bCopy full SHA for 67d421b
config.js
@@ -319,11 +319,10 @@ config.BUCKET_RECLAIMER_BATCH_DELAY = 100;
319
config.BUCKET_RECLAIMER_ERROR_DELAY = 3000;
320
321
config.OBJECT_RECLAIMER_ENABLED = true;
322
-config.OBJECT_RECLAIMER_EMPTY_DELAY = 30000;
+config.OBJECT_RECLAIMER_EMPTY_DELAY = 60 * 60 * 1000; // 1 hour delay
323
config.OBJECT_RECLAIMER_BATCH_SIZE = 100;
324
-config.OBJECT_RECLAIMER_BATCH_DELAY = 100;
325
-config.OBJECT_RECLAIMER_ERROR_DELAY = 3000;
326
-
+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;
327
328
//////////////////
329
// CHUNK CONFIG //
0 commit comments