From a1bac9719adb2272ef399009ee7c27365318ee49 Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 12 Jul 2016 11:45:10 +0100 Subject: [PATCH] Update secondary timeout for multi commands too --- services/document-updater/app/coffee/RedisBackend.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/document-updater/app/coffee/RedisBackend.coffee b/services/document-updater/app/coffee/RedisBackend.coffee index 8dc766ed33..9ec479c01f 100644 --- a/services/document-updater/app/coffee/RedisBackend.coffee +++ b/services/document-updater/app/coffee/RedisBackend.coffee @@ -57,7 +57,7 @@ class Client class MultiClient constructor: (@clients) -> - @SECONDARY_TIMEOUT = 200 + @SECONDARY_TIMEOUT = 600 exec: (callback) -> primaryError = null