+15
-16
Cargo.lock
+15
-16
Cargo.lock
·········+source = "git+https://github.com/fjall-rs/fjall.git#42d811f7c8cc9004407d520d37d2a1d8d246c03d"···························
+1
-1
ufos/Cargo.toml
+1
-1
ufos/Cargo.toml
···
+6
-1
ufos/src/storage_fjall.rs
+6
-1
ufos/src/storage_fjall.rs
···-counter!("storage_trim_removed", "dangling" => "false").increment((total_deleted - total_danglers) as u64);+counter!("storage_trim_removed", "dangling" => "false").increment((total_deleted - total_danglers) as u64);+log::warn!("weird trim case: more danglers than deleted? metric will be missing for dangling=false. deleted={total_deleted} danglers={total_danglers}");