summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-10-18 11:43:10 +0100
committerGitHub <noreply@github.com>2017-10-18 11:43:10 +0100
commit7b1fb3c2c77a435a86a1886b279ace7c981a8cff (patch)
treea673508751ac47e916f75f14118b3cdd630a61b1 /config
parentb884c8c4104fc83aa382575df4ea95302506e8f1 (diff)
downloadchat-7b1fb3c2c77a435a86a1886b279ace7c981a8cff.tar.gz
chat-7b1fb3c2c77a435a86a1886b279ace7c981a8cff.tar.bz2
chat-7b1fb3c2c77a435a86a1886b279ace7c981a8cff.zip
PLT-7862: Support batched live indexing. (#7640)
Diffstat (limited to 'config')
-rw-r--r--config/default.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/default.json b/config/default.json
index fd3e81baa..f4eec7ec5 100644
--- a/config/default.json
+++ b/config/default.json
@@ -316,7 +316,8 @@
"PostIndexShards": 1,
"AggregatePostsAfterDays": 365,
"PostsAggregatorJobStartTime": "03:00",
- "IndexPrefix": ""
+ "IndexPrefix": "",
+ "LiveIndexingBatchSize": 1
},
"DataRetentionSettings": {
"EnableMessageDeletion": false,