This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
v2.1.2
What's Changed
- Security update golang.org/x/net and Tidy code by @Baliedge in #192
- Improve
TestGlobalRateLimits
that was not checking for exact behavior.- Required moving metric variables into
GlobalManager
fields so that tests would not read from global metric variables that were impacted by other tests.
- Required moving metric variables into
- Tidy up code.
- Update default for
GlobalSyncWait
from 500ms to 100ms- This applies to both
runAsyncHits()
andrunBroadcasts()
. When a ratelimit is hit, it could take up to 2x this setting before it's replicated to each peer.
- This applies to both
- Improve