Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
doc: fix account login requests ratelimit defaults typo (#15341)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
techno-disaster committed Mar 29, 2023
1 parent 753d1d9 commit d0541e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/15341.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a typo in login requests ratelimit defaults.
2 changes: 1 addition & 1 deletion docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0541e3

Please sign in to comment.