Update secondary timeout for multi commands too

This commit is contained in:
James Allen 2016-07-12 11:45:10 +01:00
parent d0c54f1be6
commit a1bac9719a

View file

@ -57,7 +57,7 @@ class Client
class MultiClient
constructor: (@clients) ->
@SECONDARY_TIMEOUT = 200
@SECONDARY_TIMEOUT = 600
exec: (callback) ->
primaryError = null