summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-12-11 11:00:27 +0100
committerantirez <antirez@gmail.com>2015-12-11 11:00:39 +0100
commit3ab63b5cc6f1e8e0d997b273a24d74db1a3327e5 (patch)
tree7985c2de667dfa4f3074c5798c2b8bf8e7869ea9
parent71bf5604c68d9c9b4f6540bc7aaec6dcd403fb48 (diff)
downloadredis-3ab63b5cc6f1e8e0d997b273a24d74db1a3327e5.tar.gz
Cluster: redis-trib migrate default timeout set to 60 sec.
-rwxr-xr-xsrc/redis-trib.rb2
1 files changed, 1 insertions, 1 deletions
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)