mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
settings: Fix a typo in a comment.
This commit is contained in:
committed by
Tim Abbott
parent
d64d535c2d
commit
4dd801eb71
@@ -230,7 +230,7 @@ DEFAULT_RATE_LIMITING_RULES = {
|
|||||||
# Rate limiting general API access protects the server against
|
# Rate limiting general API access protects the server against
|
||||||
# clients causing unreasonable server load.
|
# clients causing unreasonable server load.
|
||||||
"api_by_user": [
|
"api_by_user": [
|
||||||
# 200 requests per limit
|
# 200 requests per minute
|
||||||
(60, 200),
|
(60, 200),
|
||||||
],
|
],
|
||||||
# Limits total number of unauthenticated API requests (primarily
|
# Limits total number of unauthenticated API requests (primarily
|
||||||
|
|||||||
Reference in New Issue
Block a user