timeline controller: rate limit timelines to 3 requests per 500ms per timeline per ip/user

This commit is contained in:
rinpatch 2020-02-28 17:44:59 +03:00
commit ffcebe7e22
4 changed files with 19 additions and 0 deletions

View file

@ -343,6 +343,7 @@ Means that:
Supported rate limiters:
* `:search` - Account/Status search.
* `:timeline` - Timeline requests (each timeline has it's own limiter).
* `:app_account_creation` - Account registration from the API.
* `:relations_actions` - Following/Unfollowing in general.
* `:relation_id_action` - Following/Unfollowing for a specific user.