Skip to content

Commit

Permalink
Clarify carryoverConcurrencyCount documentation (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael09ED authored Jul 16, 2020
1 parent 9672a3d commit 1e9dcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The length of time in milliseconds before the interval count resets. Must be fin
Type: `boolean`\
Default: `false`

Whether the task must finish in the given interval or will be carried over into the next interval count.
If `true`, specifies that any [pending](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) Promises, should be carried over into the next interval and counted against the `intervalCap`. If `false`, any of those pending Promises will not count towards the next `intervalCap`.

### queue

Expand Down

0 comments on commit 1e9dcf8

Please sign in to comment.