Skip to content

Commit

Permalink
Merge pull request #278 from strideynet/kev-jetstream1
Browse files Browse the repository at this point in the history
Switch to jetstream1
  • Loading branch information
KevSlashNull authored Nov 18, 2024
2 parents 6b89f2d + 9b14a79 commit 094ee0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingester/ingester.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func NewFirehoseIngester(
actorCache: crc,
store: store,

jetstreamURL: "wss://jetstream2.us-east.bsky.network/subscribe",
jetstreamURL: "wss://jetstream1.us-east.bsky.network/subscribe",
workerCount: 20,
workItemTimeout: time.Second * 30,
cursorFlushInterval: time.Second * 10,
Expand Down

0 comments on commit 094ee0e

Please sign in to comment.