From e7945cf839908a513dc49302e1d76f7340a0b887 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 11 Dec 2015 11:00:27 +0100 Subject: Cluster: redis-trib migrate default timeout set to 60 sec. --- src/redis-trib.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/redis-trib.rb') diff --git a/src/redis-trib.rb b/src/redis-trib.rb index b24c20343..7ab4221c5 100755 --- a/src/redis-trib.rb +++ b/src/redis-trib.rb @@ -288,7 +288,7 @@ class RedisTrib @nodes = [] @fix = false @errors = [] - @timeout = 15000 + @timeout = 60000 end def check_arity(req_args, num_args) -- cgit v1.2.1