Skip to content

v1.7.0-RC-3

Pre-release
Pre-release
Compare
Choose a tag to compare
@apatrida apatrida released this 25 Feb 02:16
· 27 commits to master since this release

Added request per second rate limiting, see example rate limited config file for a full example. These are the new settings:

maxReqPerSecond: 80
throttledReqPerSecondMinPauseMillis: 10
throttledReqPerSecondMaxPauseMillis: 50
overLimitReqPerSecondHttpErrorCode: 503