summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-02-28 17:44:59 +0300
committerrinpatch <rinpatch@sdf.org>2020-03-01 01:13:08 +0300
commitffcebe7e22b4c5ccaf3ba63f3ed2885ac55a6b4d (patch)
treea74b9123bd1ce852b4c17e39c3db94fb7a876a68 /docs/configuration/cheatsheet.md
parent4d416343fae4a9e0b1654b12bd476017be63a7e9 (diff)
downloadpleroma-ffcebe7e22b4c5ccaf3ba63f3ed2885ac55a6b4d.tar.gz
pleroma-ffcebe7e22b4c5ccaf3ba63f3ed2885ac55a6b4d.zip
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.md1
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.