Skip to content

Commit

Permalink
8 concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Dec 31, 2024
1 parent d428314 commit 871d15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export abstract class FirehoseSubscriptionBase {
},
heartbeatIntervalMs: 30000,
})
this.semaphore = new Semaphore(16)
this.semaphore = new Semaphore(8)
}

abstract handleEvent(evt: RepoEvent): Promise<void>
Expand Down

0 comments on commit 871d15b

Please sign in to comment.