An implementation of the ATProto statusphere example app but in Go

Update the default Jetstream address to a working endpoint #3

merged opened by sullen.net targeting main
Labels

None yet.

Participants 2
AT URI
at://did:plc:caispohjzhstrfdsused6ip3/sh.tangled.repo.pull/3md5nvhlyoe22
+1 -1
Diff #0
+1 -1
cmd/main.go
··· 21 21 ) 22 22 23 23 const ( 24 - defaultServerAddr = "wss://jetstream.atproto.tools/subscribe" 24 + defaultServerAddr = "wss://jetstream1.us-west.bsky.network/subscribe" 25 25 httpClientTimeoutDuration = time.Second * 5 26 26 transportIdleConnTimeoutDuration = time.Second * 90 27 27 defaultPort = "8080"

History

1 round 1 comment
sign up or login to add to the discussion
sullen.net submitted #0
1 commit
expand
d3b3fa1e
Update the default Jetstream address to a working endpoint
expand 1 comment

Awesome thanks!

pull request successfully merged