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
@nodes = []
@fix = false
@errors = []
@timeout = 15000
@timeout = 60000
end
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