mirror of https://mirror.osredm.com/root/redis.git
Cluster: redis-trib migrate default timeout set to 60 sec.
This commit is contained in:
parent
3d254e05f4
commit
e7945cf839
|
@ -288,7 +288,7 @@ class RedisTrib
|
|||
@nodes = []
|
||||
@fix = false
|
||||
@errors = []
|
||||
@timeout = 15000
|
||||
@timeout = 60000
|
||||
end
|
||||
|
||||
def check_arity(req_args, num_args)
|
||||
|
|
Loading…
Reference in New Issue