diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-09-12 13:12:21 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-09-12 13:12:21 +0000 |
commit | fe068dd35c329e532be7c740fa24664f77f8bc2c (patch) | |
tree | 4fc5b04e41bfcba81d8cfadd55006e913159bba4 /develop/usage | |
parent | deploy: f799eac7ea96f943ad1272a5a81f845dfa08a254 (diff) | |
download | synapse-fe068dd35c329e532be7c740fa24664f77f8bc2c.tar.xz |
deploy: 75713374454ef36ec549018344996e06a67dd2bf
Diffstat (limited to 'develop/usage')
-rw-r--r-- | develop/usage/configuration/config_documentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 92319ead85..770c600719 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -1315,7 +1315,7 @@ client is attempting to log into. Defaults to <code>per_second: 0.17</code>, <code>burst_count: 3</code>.</p> </li> <li> -<p><code>failted_attempts</code> ratelimits login requests based on the account the +<p><code>failed_attempts</code> 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 <code>per_second: 0.17</code>, <code>burst_count: 3</code>.</p> </li> |