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>
This commit is contained in:
parent
753d1d9cde
commit
d0541e36c0
|
@ -0,0 +1 @@
|
||||||
|
Fix a typo in login requests ratelimit defaults.
|
|
@ -1521,7 +1521,7 @@ This option specifies several limits for login:
|
||||||
address. Defaults to `per_second: 0.003`, `burst_count: 5`.
|
address. Defaults to `per_second: 0.003`, `burst_count: 5`.
|
||||||
|
|
||||||
* `account` ratelimits login requests based on the account the
|
* `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`.
|
`burst_count: 5`.
|
||||||
|
|
||||||
* `failed_attempts` ratelimits login requests based on the account the
|
* `failed_attempts` ratelimits login requests based on the account the
|
||||||
|
|
Loading…
Reference in New Issue