+272
-40
Cargo.lock
+272
-40
Cargo.lock
············································································································
············································································································
+1
Cargo.toml
+1
Cargo.toml
+2
-1
jetstream/src/error.rs
+2
-1
jetstream/src/error.rs
···
···
+29
-4
jetstream/src/lib.rs
+29
-4
jetstream/src/lib.rs
·····················
·····················
+29
spacedust/Cargo.toml
+29
spacedust/Cargo.toml
···
···
+104
spacedust/src/consumer.rs
+104
spacedust/src/consumer.rs
···
···+let _ = b.send(link_ev.clone()); // only errors if no subscribers are connected, which is just fine.
+23
spacedust/src/delay.rs
+23
spacedust/src/delay.rs
···
···
+43
spacedust/src/error.rs
+43
spacedust/src/error.rs
···
···
+51
spacedust/src/lib.rs
+51
spacedust/src/lib.rs
···
···
+139
spacedust/src/main.rs
+139
spacedust/src/main.rs
···
···+/// Jetstream server to connect to (exclusive with --fixture). Provide either a wss:// URL, or a shorhand value:+.set_bucket_count(std::num::NonZero::new(12).unwrap()) // count * duration = 60 mins. stuff doesn't happen that fast here.+.set_enable_unit_suffix(false) // this seemed buggy for constellation (sometimes wouldn't engage)
+121
spacedust/src/removable_delay_queue.rs
+121
spacedust/src/removable_delay_queue.rs
···
···
+324
spacedust/src/server.rs
+324
spacedust/src/server.rs
···
···+async fn instrument_handler<T, H, R>(ctx: &RequestContext<T>, handler: H) -> Result<R, HttpError>+histogram!("server_handler_latency", "endpoint" => endpoint).record(latency.as_micros() as f64);
+163
spacedust/src/subscriber.rs
+163
spacedust/src/subscriber.rs
···
···+if !(query.wanted_subjects.contains(&link.target) || query.wanted_subject_dids.contains(&target_did) || query.wanted_subjects.is_empty() && query.wanted_subject_dids.is_empty()) {
spacedust/static/favicon.ico
spacedust/static/favicon.ico
This is a binary file and will not be displayed.
+54
spacedust/static/index.html
+54
spacedust/static/index.html
···
···+<meta name="description" content="API Documentation for Spacedust, a configurable ATProto notifications firehose" />
+1
-1
ufos/src/index_html.rs
+1
-1
ufos/src/index_html.rs
+1
-1
ufos/src/storage_fjall.rs
+1
-1
ufos/src/storage_fjall.rs