Skip to content

Commit

Permalink
lower # of concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Dec 31, 2024
1 parent 68ac504 commit 4c6ce12
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 @@ -13,7 +13,7 @@ import WebSocket from 'ws'

import { Semaphore } from 'async-mutex'

const semaphore = new Semaphore(48)
const semaphore = new Semaphore(24)

const includedRecords = new Set(['app.bsky.feed.post'])

Expand Down

0 comments on commit 4c6ce12

Please sign in to comment.