Skip to content

Commit

Permalink
Alter max_retry and reconnect log (inside deps).
Browse files Browse the repository at this point in the history
Signed-off-by: Edmondfrank <[email protected]>
  • Loading branch information
EdmondFrank committed Aug 29, 2024
1 parent dd1de5d commit b9fa653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compass_admin/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule CompassAdmin.Application do
[
pool_size: 2,
drift_factor: 0.01,
max_retry: 3,
max_retry: 5,
retry_interval_base: 300,
retry_interval_max: 3_000,
reconnection_interval_base: 500,
Expand Down

0 comments on commit b9fa653

Please sign in to comment.