Skip to content

Commit

Permalink
Merge pull request #9628 from rabbitmq/increase-qq-start-cluster-rpc-…
Browse files Browse the repository at this point in the history
…timeout

Increase the erpc timeout when starting a QQ cluster.
  • Loading branch information
michaelklishin authored Oct 3, 2023
2 parents 323b8d6 + 4660231 commit c8d4c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbit/src/rabbit_quorum_queue.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit c8d4c23

Please sign in to comment.