Skip to content

Commit 4dbb23c

Browse files
michaelklishinmergify[bot]
authored andcommitted
Bump Khepri cluster formation timeout
to match that used with Mnesia. In the case of Mnesia, there are 10 retries with a 30 second delay each. For Khepri, a single timeout is used, so it must be ten times as long. (cherry picked from commit e171e0a)
1 parent aab996b commit 4dbb23c

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)