mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Fix typo in ratelimiting documentation (#13727)
This commit is contained in:
parent
dd7484b562
commit
7571337445
1
changelog.d/13727.doc
Normal file
1
changelog.d/13727.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix a typo in the documentation for the login ratelimiting configuration.
|
@ -1393,7 +1393,7 @@ This option specifies several limits for login:
|
|||||||
client is attempting to log into. Defaults to `per_second: 0.17`,
|
client is attempting to log into. Defaults to `per_second: 0.17`,
|
||||||
`burst_count: 3`.
|
`burst_count: 3`.
|
||||||
|
|
||||||
* `failted_attempts` ratelimits login requests based on the account the
|
* `failed_attempts` ratelimits login requests based on the account the
|
||||||
client is attempting to log into, based on the amount of failed login
|
client is attempting to log into, based on the amount of failed login
|
||||||
attempts for this account. Defaults to `per_second: 0.17`, `burst_count: 3`.
|
attempts for this account. Defaults to `per_second: 0.17`, `burst_count: 3`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user