p-queue icon indicating copy to clipboard operation
p-queue copied to clipboard

Improve name of `carryoverConcurrencyCount` option

Open sindresorhus opened this issue 5 years ago • 1 comments

See https://github.com/sindresorhus/p-queue/issues/121

Naming suggestions welcome.

sindresorhus avatar Jan 08 '21 16:01 sindresorhus

I agree the using the word concurrency adds confusion. What about something along the lines of carryoverIntervalCount, carryoverPendingIntoNextInterval or applyPendingToNextIntervalCap? Or we could rename intervalCap to intervalLimit and have applyPendingToNextIntervalLimit

Rafael09ED avatar Feb 12 '21 07:02 Rafael09ED