This commit is contained in:
nym21
2025-11-14 12:09:58 +01:00
parent 1d2c927d94
commit e8f77ab2e5
46 changed files with 1400 additions and 1394 deletions

View File

@@ -67,6 +67,8 @@ impl Vecs {
.collect(),
)?;
this.db.compact()?;
Ok(this)
}