at protocol indexer with flexible filtering, xrpc queries, and a cursor-backed event stream, built on fjall
at-protocol atproto indexer rust fjall

[style] format project

ptr.pet f952c5a3 cd268330

verified
+1 -5
+1 -5
src/ingest/mod.rs
··· 244 244 error!("failed to apply live commit for {}: {}", did_static, e); 245 245 self.buffer_event(commit).await?; 246 246 } else { 247 - debug!( 248 - "synced event for {}, {} ops", 249 - did_static, 250 - commit.ops.len() 251 - ); 247 + debug!("synced event for {}, {} ops", did_static, commit.ops.len()); 252 248 } 253 249 } 254 250 RepoStatus::Error(_) => {