global: snapshot

This commit is contained in:
nym21
2025-11-10 13:18:41 +01:00
parent f6a2a0540b
commit 37f5f50867
50 changed files with 1550 additions and 334 deletions

View File

@@ -482,7 +482,7 @@ impl Vecs {
};
this.db.retain_regions(
this.iter_any_collectable()
this.iter_any_writable()
.flat_map(|v| v.region_names())
.collect(),
)?;