summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-02-29 23:08:14 +0000
committerrinpatch <rinpatch@sdf.org>2020-02-29 23:08:14 +0000
commit438394d40447bdfb590ff206ad80907294da0e65 (patch)
treeeba301a4ae02e8306eb8849b8a1f0918f55921da /docs/configuration/cheatsheet.md
parent19e559fe5130f66a967732a40ccea1ac39e85eb8 (diff)
parentb5465bf385800d52998bca472a19ea1b9db4c252 (diff)
downloadpleroma-438394d40447bdfb590ff206ad80907294da0e65.tar.gz
pleroma-438394d40447bdfb590ff206ad80907294da0e65.zip
Merge branch 'fix/easy-timeline-dos' into 'develop'
Cap the number of requested statuses in timelines to 40 and rate limit them See merge request pleroma/pleroma!2253
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.