Skip to content

Rate limiting

Martin Prudek requested to merge rlimit into master

Use rate limiting so that each client is allowed to send up to RLIMIT_MAX_HITS requests in RLIMIT_WINDOW_TIME seconds to the server. If the client exeeds this limit it is banned for RLIMIT_BAN_TIME seconds. The rate limiting can be disabled by setting RLIMIT_MAX_HITS to zero.

Edited by Vojtech Myslivec

Merge request reports