diff options
author | Eric Eastwood <erice@element.io> | 2022-09-12 15:34:02 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-09-12 15:34:02 -0500 |
commit | 6c40dfafcf32395fbc1fb4df3297c308ed003c3b (patch) | |
tree | 07a98db8f7c09f79bbf58758a0170768ed081ed7 /docs/usage/configuration | |
parent | poetry update (diff) | |
parent | Fix GHA skippable syntax (#13778) (diff) | |
download | synapse-6c40dfafcf32395fbc1fb4df3297c308ed003c3b.tar.xz |
Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetry
Diffstat (limited to 'docs/usage/configuration')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 9045cfcb90..cdd4ebeaee 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -1394,7 +1394,7 @@ This option specifies several limits for login: client is attempting to log into. Defaults to `per_second: 0.17`, `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 attempts for this account. Defaults to `per_second: 0.17`, `burst_count: 3`. |