diff options
author | Jayesh Nirve <nirvejayesh@gmail.com> | 2023-03-29 14:31:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 10:01:23 +0100 |
commit | d0541e36c05fd062e75fecde49ad1b9815445138 (patch) | |
tree | 3547d9536093f6acb47ad3fa0d5ed1fddba136ce /docs | |
parent | Fix joining rooms you have been unbanned from (#15323) (diff) | |
download | synapse-d0541e36c05fd062e75fecde49ad1b9815445138.tar.xz |
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>
Diffstat (limited to 'docs')
-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 015855ee7e..060d0d5e69 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -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 |