Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

v2.1.2

Compare
Choose a tag to compare
@Baliedge Baliedge released this 13 Oct 15:46
· 43 commits to master since this release

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.
    • Tidy up code.
    • Update default for GlobalSyncWait from 500ms to 100ms
      • This applies to both runAsyncHits() and runBroadcasts(). When a ratelimit is hit, it could take up to 2x this setting before it's replicated to each peer.