Browse Source

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>
Jayesh Nirve 1 year ago
parent
commit
d0541e36c0
2 changed files with 2 additions and 1 deletions
  1. 1 0
      changelog.d/15341.doc
  2. 1 1
      docs/usage/configuration/config_documentation.md

+ 1 - 0
changelog.d/15341.doc

@@ -0,0 +1 @@
+Fix a typo in login requests ratelimit defaults.

+ 1 - 1
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