+1
-1
cmd/main.go
+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
sullen.net
submitted
#0
1 commit
expand
collapse
d3b3fa1e
Update the default Jetstream address to a working endpoint
expand 1 comment
pull request successfully merged
Awesome thanks!