settings: Fix a typo in a comment.

This commit is contained in:
Alex Vandiver
2024-04-30 11:54:48 -04:00
committed by Tim Abbott
parent d64d535c2d
commit 4dd801eb71

View File

@@ -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