Skip to content

Commit 4a766f4

Browse files
committed
definitions
1 parent 5fa0557 commit 4a766f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Options/Definitions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ module.exports.RateLimitOptions = {
560560
redisURL: {
561561
env: 'PARSE_SERVER_RATE_LIMIT_REDIS_URL',
562562
help:
563-
'Optional, the URL of the Redis server to store rate limit data. This allows to rate limit requests for multiple server instances by calculating the sum of all requests across all servers. This is useful if a multiple servers are processing requests behind a load balancer. For example, the limit of 10 requests is reached if each of 2 servers processed 5 requests.',
563+
'Optional, the URL of the Redis server to store rate limit data. This allows to rate limit requests for multiple servers by calculating the sum of all requests across all servers. This is useful if multiple servers are processing requests behind a load balancer. For example, the limit of 10 requests is reached if each of 2 servers processed 5 requests.',
564564
},
565565
requestCount: {
566566
env: 'PARSE_SERVER_RATE_LIMIT_REQUEST_COUNT',

src/Options/docs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)