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 6602143 + 5d4237e commit d9b73f6Copy full SHA for d9b73f6
config.js
@@ -421,7 +421,7 @@ config.MIN_CHUNK_AGE_FOR_DEDUP = 60 * 60 * 1000; // 1 hour
421
//////////////////////////
422
// DEDUP INDEXER CONFIG //
423
424
-config.DEDUP_INDEXER_ENABLED = true;
+config.DEDUP_INDEXER_ENABLED = false;
425
config.DEDUP_INDEXER_BATCH_SIZE = 200;
426
config.DEDUP_INDEXER_BATCH_DELAY = 1000;
427
config.DEDUP_INDEXER_ERROR_DELAY = 10 * 1000;
0 commit comments