Merge pull request #9628 from rabbitmq/increase-qq-start-cluster-rpc-timeout
Increase the erpc timeout when starting a QQ cluster.
This commit is contained in:
commit
c8d4c2334a
|
|
@ -113,7 +113,7 @@
|
|||
|
||||
-define(RPC_TIMEOUT, 1000).
|
||||
-define(START_CLUSTER_TIMEOUT, 5000).
|
||||
-define(START_CLUSTER_RPC_TIMEOUT, 7000). %% needs to be longer than START_CLUSTER_TIMEOUT
|
||||
-define(START_CLUSTER_RPC_TIMEOUT, 60_000). %% needs to be longer than START_CLUSTER_TIMEOUT
|
||||
-define(TICK_TIMEOUT, 5000). %% the ra server tick time
|
||||
-define(DELETE_TIMEOUT, 5000).
|
||||
-define(ADD_MEMBER_TIMEOUT, 5000).
|
||||
|
|
|
|||
Loading…
Reference in New Issue