This used to be 1h, bump this value to 1 day instead. This means that a user cannot change its proof more than once per day, which should help having a stable quorum.
Because the tests override the default value, no other change is needed.
Differential D11840
[avalanche] Bump the peer replacement cooldown Fabien on Aug 11 2022, 09:24. Authored by
Details
This used to be 1h, bump this value to 1 day instead. This means that a user cannot change its proof more than once per day, which should help having a stable quorum. Because the tests override the default value, no other change is needed. ninja all check-all
Diff Detail
Event TimelineComment Actions Problem is that the arg manager doesn't work with std::chrono, so even if it is chrono internally the default value needs to be integer compatible |