Skip to content

Commit

Permalink
use public.api.bsky.app
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Sep 4, 2024
1 parent 9bb6525 commit c76910e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/addn/rateLimit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { pRateLimit } from 'p-ratelimit'
const _limit = pRateLimit({
interval: undefined,
rate: undefined,
concurrency: 48,
concurrency: 96,
maxDelay: undefined,
})

Expand Down
2 changes: 1 addition & 1 deletion src/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class FirehoseSubscription extends FirehoseSubscriptionBase {

this.algoManagers = []

const agent = new BskyAgent({ service: 'https://api.bsky.app' })
const agent = new BskyAgent({ service: 'https://public.api.bsky.app' })

dotenv.config()
const handle = `${process.env.FEEDGEN_HANDLE}`
Expand Down

0 comments on commit c76910e

Please sign in to comment.