Skip to content

Commit

Permalink
Increased short timeout for Churn timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt12 committed Feb 10, 2025
1 parent 29a7a57 commit 80b3844
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ peerChurnGovernor PeerChurnArgs {
-- the process of promoting/demoting a peer and it will take some time
-- before it can act on new targets set by churn
shortTimeout :: DiffTime
shortTimeout = 60
shortTimeout = 180

-- Replace 20% or at least one peer every churnInterval.
decrease :: Int -> Int
Expand Down

0 comments on commit 80b3844

Please sign in to comment.