diff options
author | rinpatch <rinpatch@sdf.org> | 2020-02-28 17:44:59 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-03-01 01:13:08 +0300 |
commit | ffcebe7e22b4c5ccaf3ba63f3ed2885ac55a6b4d (patch) | |
tree | a74b9123bd1ce852b4c17e39c3db94fb7a876a68 /docs/configuration/cheatsheet.md | |
parent | 4d416343fae4a9e0b1654b12bd476017be63a7e9 (diff) | |
download | pleroma-ffcebe7e22b4c5ccaf3ba63f3ed2885ac55a6b4d.tar.gz |
timeline controller: rate limit timelines to 3 requests per 500ms per timeline per ip/user
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index ac55a0b32..1cffae977 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -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. |