diff options
author | rinpatch <rinpatch@sdf.org> | 2020-01-30 13:24:24 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-01-30 13:24:24 +0000 |
commit | ff4bef140af4cf17b2f8be2622a528cbea0ed330 (patch) | |
tree | 5a47364f421952acff6fb5050f8ee2bc935a62d5 /docs/configuration/cheatsheet.md | |
parent | 889965141a1411dd546757fbb964695bd8f712d7 (diff) | |
download | pleroma-ff4bef140af4cf17b2f8be2622a528cbea0ed330.tar.gz |
Apply suggestion to docs/configuration/cheatsheet.md
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 54cc9b1c1..fcd7cdfb9 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -335,7 +335,7 @@ config :pleroma, :rate_limit, Means that: -1. In 60 seconds, 50 authentication attempts can be performed from the same IP address. +1. In 60 seconds, 15 authentication attempts can be performed from the same IP address. 2. In 1 second, 10 search requests can be performed from the same IP adress by unauthenticated users, while authenticated users can perform 30 search requests per second. Supported rate limiters: |