Rate Limit
What about Rate Limit settings?
Last updated
What about Rate Limit settings?
Last updated
You can describe this setting as a simple spam protection. It limits each user to making X requests per second.
We recommend using this feature if your website is under heavy load or if someone is attempting to abuse your REST API/AJAX endpoints.
You can set how many requests (X) are allowed within a given time frame (Y) seconds. If the limit is reached, the user will be temporarily blocked from performing any further actions until the timer resets after (Y) seconds. The user will not receive any notifications when the limit is reached.
The default setting allows 30 requests per second, providing light protection that is difficult to exceed unless the user is spamming.
If left empty, the default value will be used.