diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-03 10:31:59 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-03 10:31:59 +0300 |
commit | 2cbe2dcbde9346fd354de816ea660b3ab085d876 (patch) | |
tree | c94d435bc2a720d5aeaa11a2dcadf2244bf6ef89 /docs/configuration/cheatsheet.md | |
parent | b4ca864c6b2e6ee9addea7fbc0b09fca581816ce (diff) | |
download | pleroma-2cbe2dcbde9346fd354de816ea660b3ab085d876.tar.gz |
Oops
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 35274c61b..35832e606 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -743,8 +743,6 @@ A keyword list of rate limiters where a key is a limiter name and value is the l It is also possible to have different limits for unauthenticated and authenticated users: the keyword value must be a list of two tuples where the first one is a config for unauthenticated users and the second one is for authenticated. -TODO: Add a list of available limiters - Supported rate limiters: * `:search` for the search requests (account & status search etc.) |