Skip to content

Commit 7d8329b

Browse files
authored
Minor wording tweak to rate limit description. (#1357)
1 parent e4c90aa commit 7d8329b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/providers/tasks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export interface RetryConfig {
6464
/** How congestion control should be applied to the function. */
6565
export interface RateLimits {
6666
/**
67-
* The maximum number of requests that can be outstanding at a time.
67+
* The maximum number of requests that can be processed at a time.
6868
* If left unspecified, will default to 1000.
6969
*/
7070
maxConcurrentDispatches?: number | Expression<number> | ResetValue;

0 commit comments

Comments
 (0)