To prevent clients from issuing too many requests, Kvarn is bundled with a
request limiter. The limits can be set by the user. When they are reached, a
429
response
is sent. If the client persists, the current and future connections are dropped
once more than 3x the allowed limit is reached.
See the Kvarn documentation for more details on usage.