Commit e7945cf8 authored by antirez's avatar antirez
Browse files

Cluster: redis-trib migrate default timeout set to 60 sec.

parent 3d254e05
...@@ -288,7 +288,7 @@ class RedisTrib ...@@ -288,7 +288,7 @@ class RedisTrib
@nodes = [] @nodes = []
@fix = false @fix = false
@errors = [] @errors = []
@timeout = 15000 @timeout = 60000
end end
def check_arity(req_args, num_args) def check_arity(req_args, num_args)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment