tangled
alpha
login
or
join now
ptr.pet
/
hydrant
28
fork
atom
at protocol indexer with flexible filtering, xrpc queries, and a cursor-backed event stream, built on fjall
at-protocol
atproto
indexer
rust
fjall
28
fork
atom
overview
issues
6
pulls
pipelines
[style] format project
ptr.pet
1 month ago
f952c5a3
cd268330
verified
This commit was signed with the committer's
known signature
.
ptr.pet
SSH Key Fingerprint:
SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw=
+1
-5
1 changed file
expand all
collapse all
unified
split
src
ingest
mod.rs
+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
247
-
debug!(
248
248
-
"synced event for {}, {} ops",
249
249
-
did_static,
250
250
-
commit.ops.len()
251
251
-
);
247
247
+
debug!("synced event for {}, {} ops", did_static, commit.ops.len());
252
248
}
253
249
}
254
250
RepoStatus::Error(_) => {