added atomic writer action for ctr c abort

This commit is contained in:
2025-12-19 14:12:56 +01:00
parent cd91de253b
commit b366f366e6
26 changed files with 3317 additions and 666 deletions

View File

@@ -84,7 +84,7 @@ pub async fn load_events_in_batches(
Ok(all_events.into_iter())
}
/// NEW: Build a lightweight index instead of loading all events
/// Build a lightweight index instead of loading all events
#[derive(Debug, Clone)]
pub struct EventIndex {
pub key: String,