diff --git a/src/util/subscription.ts b/src/util/subscription.ts index 160dc4c..0cc3b95 100755 --- a/src/util/subscription.ts +++ b/src/util/subscription.ts @@ -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