From dcb59058cf3d9e489822661fddc81fd051c4f728 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Wed, 25 Oct 2017 19:48:29 +0100 Subject: PLT-7976: Configurable timeout for Elasticsearch requests. (#7716) --- config/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/default.json') 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, -- cgit v1.2.3-1-g7c22