very fast at protocol indexer with flexible filtering, xrpc queries, cursor-backed event stream, and more, built on fjall
rust fjall at-protocol atproto indexer
58
fork

Configure Feed

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

[relay] chain break log should be debug not warn

dawn 408a6236 97bdeb2e

+2 -2
+2 -2
src/ingest/relay.rs
··· 303 303 } = validated; 304 304 305 305 if chain_break.is_broken() { 306 - // chain breaks are not grounds for blocking in relay mode 307 - warn!(broken = ?chain_break, "relay: chain break, forwarding anyway"); 306 + // chain breaks are not grounds for blocking when acting as a relay 307 + debug!(broken = ?chain_break, "chain break, forwarding anyway"); 308 308 } 309 309 310 310 let repo_key = keys::repo_key(&commit.repo);