mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Cluster: redis-trib migrate default timeout set to 60 sec.
This commit is contained in:
@@ -288,7 +288,7 @@ class RedisTrib
|
||||
@nodes = []
|
||||
@fix = false
|
||||
@errors = []
|
||||
@timeout = 15000
|
||||
@timeout = 60000
|
||||
end
|
||||
|
||||
def check_arity(req_args, num_args)
|
||||
|
||||
Reference in New Issue
Block a user