From 5474cff0ebab8c42f1b0750ac054a8c762b43a37 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Wed, 25 Oct 2017 13:23:01 +0100 Subject: PLT-7934: Make query for bulk elasticsearch indexing more efficient. (#7664) --- 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 f4eec7ec5..350b4789f 100644 --- a/config/default.json +++ b/config/default.json @@ -317,7 +317,8 @@ "AggregatePostsAfterDays": 365, "PostsAggregatorJobStartTime": "03:00", "IndexPrefix": "", - "LiveIndexingBatchSize": 1 + "LiveIndexingBatchSize": 1, + "BulkIndexingTimeWindowSeconds": 3600 }, "DataRetentionSettings": { "EnableMessageDeletion": false, -- cgit v1.2.3-1-g7c22