diff options
author | clokep <clokep@users.noreply.github.com> | 2023-02-22 19:38:09 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2023-02-22 19:38:09 +0000 |
commit | 23b7bc65eea1b5780b3c11fc22d13ca4314d11e9 (patch) | |
tree | 449f578b167fb677e7833e220c3c9bd67bbd2e92 /develop/print.html | |
parent | deploy: 91f8de7b5601495589d47f236d5c5cc264078424 (diff) | |
download | synapse-23b7bc65eea1b5780b3c11fc22d13ca4314d11e9.tar.xz |
deploy: 4ed08ff72ef8f1abf85ab22de1e51b570f67b27e
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/develop/print.html b/develop/print.html index 68e5268214..dfbc1010ff 100644 --- a/develop/print.html +++ b/develop/print.html @@ -4834,12 +4834,12 @@ Defaults to <code>per_second: 0.1</code>, <code>burst_count: 5</code>.</p> <ul> <li> <p><code>address</code> ratelimits login requests based on the client's IP -address. Defaults to <code>per_second: 0.17</code>, <code>burst_count: 3</code>.</p> +address. Defaults to <code>per_second: 0.003</code>, <code>burst_count: 5</code>.</p> </li> <li> <p><code>account</code> ratelimits login requests based on the account the -client is attempting to log into. Defaults to <code>per_second: 0.17</code>, -<code>burst_count: 3</code>.</p> +client is attempting to log into. Defaults to <code>per_second: 0.03</code>, +<code>burst_count: 5</code>.</p> </li> <li> <p><code>failed_attempts</code> ratelimits login requests based on the account the |