mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +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
|
||||
# clients causing unreasonable server load.
|
||||
"api_by_user": [
|
||||
# 200 requests per limit
|
||||
# 200 requests per minute
|
||||
(60, 200),
|
||||
],
|
||||
# Limits total number of unauthenticated API requests (primarily
|
||||
|
||||
Reference in New Issue
Block a user