mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-21 19:48:40 -04:00
doc: fix account login requests ratelimit defaults typo (#15341)
* doc: fix account login requests ratelimit defaults typo Signed-off-by: td <nirvejayesh@gmail.com> * chore: changelog.d file --------- Signed-off-by: td <nirvejayesh@gmail.com>
This commit is contained in:
parent
753d1d9cde
commit
d0541e36c0
2 changed files with 2 additions and 1 deletions
|
@ -1521,7 +1521,7 @@ This option specifies several limits for login:
|
|||
address. Defaults to `per_second: 0.003`, `burst_count: 5`.
|
||||
|
||||
* `account` ratelimits login requests based on the account the
|
||||
client is attempting to log into. Defaults to `per_second: 0.03`,
|
||||
client is attempting to log into. Defaults to `per_second: 0.003`,
|
||||
`burst_count: 5`.
|
||||
|
||||
* `failed_attempts` ratelimits login requests based on the account the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue