Skip to content

Commit

Permalink
Merge pull request #756 from fatalbanana/ratelimit_expire
Browse files Browse the repository at this point in the history
Ratelimit docs: fix setting name
  • Loading branch information
vstakhov authored Jun 3, 2024
2 parents e3efba9 + 389fe10 commit f5ccfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/ratelimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ the value of this option is 'postmaster, mailer-daemon'. Supported entries are:
* full address part of the address (1.7.0+).
- `whitelisted_ip` - a map of ip addresses or networks whitelisted
- `whitelisted_user` - a map of usernames which are excluded from user ratelimits
- `expiry` - maximum lifetime for any limit bucket (2 days by default)
- `expire` - maximum lifetime for any limit bucket (2 days by default)
- `ham_factor_rate` - multiplier for rate when a ham message arrives (default: 1.01)
- `spam_factor_rate` - multiplier for rate when a spam message arrives (default: 0.99)
- `ham_factor_burst` - multiplier for burst when a ham message arrives (default: 1.02)
Expand Down

0 comments on commit f5ccfda

Please sign in to comment.