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 c2949d4 commit 49945acCopy full SHA for 49945ac
packages/node/src/app/analytics-node.ts
@@ -48,7 +48,7 @@ type NodeEmitterEvents = CoreEmitterContract<Context> & {
48
49
class NodePriorityQueue extends PriorityQueue<Context> {
50
constructor() {
51
- super(3, [])
+ super(1, [])
52
}
53
// do not use an internal "seen" map
54
getAttempts(ctx: Context): number {
0 commit comments