Skip to content

Commit d9b73f6

Browse files
authored
Merge pull request #8868 from dannyzaken/danny-fixes
Disable dedup indexer by default
2 parents 6602143 + 5d4237e commit d9b73f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ config.MIN_CHUNK_AGE_FOR_DEDUP = 60 * 60 * 1000; // 1 hour
421421
//////////////////////////
422422
// DEDUP INDEXER CONFIG //
423423
//////////////////////////
424-
config.DEDUP_INDEXER_ENABLED = true;
424+
config.DEDUP_INDEXER_ENABLED = false;
425425
config.DEDUP_INDEXER_BATCH_SIZE = 200;
426426
config.DEDUP_INDEXER_BATCH_DELAY = 1000;
427427
config.DEDUP_INDEXER_ERROR_DELAY = 10 * 1000;

0 commit comments

Comments
 (0)