We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ec62b commit 54af2cdCopy full SHA for 54af2cd
src/queues/fixed-priority-queue.ts
@@ -15,7 +15,8 @@ export class FixedPriorityQueue<T> extends AbstractFixedQueue<T>
15
/**
16
* Constructs a FixedPriorityQueue.
17
* @param size - Fixed queue size. @defaultValue defaultQueueSize
18
- * @param agingFactor - Aging factor to apply to items in priority points per millisecond. A higher value makes items age faster.
+ * @param agingFactor - Aging factor to apply to items (priority points per millisecond).
19
+ * @param loadExponent - Load exponent applied to normalized load when computing effective aging.
20
* @returns IFixedQueue.
21
*/
22
public constructor(
0 commit comments