solr-undertow v1.7.0-RC Release Notes

Release Date: 2017-02-25 // about 7 years ago
  • ➕ 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