Skip to content

Commit

Permalink
max concurrent ~64?
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Sep 5, 2024
1 parent 2ef5a3f commit fa93292
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 @@ -48,7 +48,7 @@ export abstract class FirehoseSubscriptionBase {
const [collection] = commit.ops[0].path.split('/')

if (includedRecords.has(collection)) {
while (runningEvents > 512) {
while (runningEvents > 64) {
await delay(10)
}

Expand Down

0 comments on commit fa93292

Please sign in to comment.