summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-10-25 19:48:29 +0100
committerJoram Wilander <jwawilander@gmail.com>2017-10-25 14:48:29 -0400
commitdcb59058cf3d9e489822661fddc81fd051c4f728 (patch)
treebbfa56898a10feacf802938c4ba64df2668a1ee0 /config
parent4491b5ecdfad96959f9a9ab32a5f127bbfa7eac5 (diff)
downloadchat-dcb59058cf3d9e489822661fddc81fd051c4f728.tar.gz
chat-dcb59058cf3d9e489822661fddc81fd051c4f728.tar.bz2
chat-dcb59058cf3d9e489822661fddc81fd051c4f728.zip
PLT-7976: Configurable timeout for Elasticsearch requests. (#7716)
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 b85fec527..33b52022a 100644
--- a/config/default.json
+++ b/config/default.json
@@ -318,7 +318,8 @@
"PostsAggregatorJobStartTime": "03:00",
"IndexPrefix": "",
"LiveIndexingBatchSize": 1,
- "BulkIndexingTimeWindowSeconds": 3600
+ "BulkIndexingTimeWindowSeconds": 3600,
+ "RequestTimeoutSeconds": 30
},
"DataRetentionSettings": {
"EnableMessageDeletion": false,