mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
default_settings: Add explanatory comment to "sends_email_by_ip".
Add "5 emails per day" comment to indicate what (86400, 5) inside "sends_email_by_ip" means.
This commit is contained in:
@@ -320,6 +320,7 @@ DEFAULT_RATE_LIMITING_RULES = {
|
|||||||
# sending of an email, restricting the number per IP address. This
|
# sending of an email, restricting the number per IP address. This
|
||||||
# is a general anti-spam measure.
|
# is a general anti-spam measure.
|
||||||
"sends_email_by_ip": [
|
"sends_email_by_ip": [
|
||||||
|
# 5 emails per day.
|
||||||
(86400, 5),
|
(86400, 5),
|
||||||
],
|
],
|
||||||
# Limits access to uploaded files, in web-public contexts, done by
|
# Limits access to uploaded files, in web-public contexts, done by
|
||||||
|
Reference in New Issue
Block a user