Skip to content

Commit b0ccce1

Browse files
Merge pull request #13195 from rabbitmq/mergify/bp/v4.0.x/pr-13187
Bump default Khepri cluster formation timeout to the standard 5 minutes (backport #13187)
2 parents aab996b + 4dbb23c commit b0ccce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_khepri.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ setup(_) ->
286286
retry_timeout() ->
287287
case application:get_env(rabbit, khepri_leader_wait_retry_timeout) of
288288
{ok, T} -> T;
289-
undefined -> 30000
289+
undefined -> 300_000
290290
end.
291291

292292
retry_limit() ->

0 commit comments

Comments
 (0)