Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0

Configure Feed

Select the types of activity you want to include in your feed.

idk there was a weird reconnect loop happening

+1 -1
+1 -1
jetstream/src/lib.rs
··· 387 387 log::error!("Jetstream connection closed cleanly"); 388 388 } 389 389 if t_connected.elapsed() > Duration::from_secs(success_threshold_s) { 390 - retry_attempt = 0; 390 + retry_attempt = 1; 391 391 } 392 392 } 393 393