This commit is contained in:
Peter Zhang 2025-11-24 18:53:43 +08:00
parent 4326c48e97
commit b5accaa82a

View File

@ -279,9 +279,7 @@ impl FlowWrite for FlowStore {
} }
metrics::APPEND_ENTRIES.update_since(start_time); metrics::APPEND_ENTRIES.update_since(start_time);
let res = self.data_db.put_entry_batch_list(batch_list); self.data_db.put_entry_batch_list(batch_list)
res
} }
fn truncate(&self, start_index: u64) -> crate::error::Result<()> { fn truncate(&self, start_index: u64) -> crate::error::Result<()> {