summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-08-02 14:50:09 +0100
committerHarrison Healey <harrisonmhealey@gmail.com>2017-08-02 09:50:09 -0400
commit29be10ca2f6ce0c72d90309eb00dbd02224c8e08 (patch)
tree4fd2be3d4adee7299870c72efd7804e0c8f9d8c0 /config
parentb47cf82043f737b3ae944f8e31a06d15227e91e2 (diff)
downloadchat-29be10ca2f6ce0c72d90309eb00dbd02224c8e08.tar.gz
chat-29be10ca2f6ce0c72d90309eb00dbd02224c8e08.tar.bz2
chat-29be10ca2f6ce0c72d90309eb00dbd02224c8e08.zip
PLT-7275: Configure replica/shard count for Elasticsearch indexes. (#7093)
Diffstat (limited to 'config')
-rw-r--r--config/config.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 6db6c772d..9e5562843 100644
--- a/config/config.json
+++ b/config/config.json
@@ -292,7 +292,9 @@
"Password": "changeme",
"EnableIndexing": false,
"EnableSearching": false,
- "Sniff": true
+ "Sniff": true,
+ "PostIndexReplicas": 2,
+ "PostIndexShards": 1
},
"DataRetentionSettings": {
"Enable": false