File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/api/apiUtils/rateLimit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const { calculateInterval } = require('./gcra');
2525 * // Optional: Bucket-level rate limiting configuration
2626 * "bucket": {
2727 * // Optional: Global default rate limit for all buckets
28- * // Can be overridden per-bucket via PutBucketRateLimit API
28+ * // Limit can be overridden per-bucket via PutBucketRateLimit API
2929 * "defaultConfig": {
3030 * "requestsPerSecond": {
3131 * // Required: Requests per second limit (0 = unlimited)
@@ -51,7 +51,7 @@ const { calculateInterval } = require('./gcra');
5151 * // Optional: Account-level rate limiting configuration
5252 * "account": {
5353 * // Optional: Global default rate limit for all accounts
54- * // Can be overridden per-account via UpdateAccountLimits API
54+ * // Limit can be overridden per-account via UpdateAccountLimits API
5555 * "defaultConfig": {
5656 * "requestsPerSecond": {
5757 * // Required: Requests per second limit (0 = unlimited)
You can’t perform that action at this time.
0 commit comments