We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6464b commit fd24630Copy full SHA for fd24630
src/constants.ts
@@ -1,7 +1,7 @@
1
export const PLC_URL = `https://plc.directory`;
2
export const RELAY_URL = `https://relay1.us-west.bsky.network`;
3
4
-export const JETSTREAM_URL = `wss://jetstream1.us-east.fire.hose.cam`;
+export const JETSTREAM_URL = `wss://jetstream.fire.hose.cam`;
5
6
/** If `now` and `errorAt` has passed this amount of days, it should stop tracking. */
7
export const MAX_FAILURE_DAYS = 14;
0 commit comments