fix(rustdb-storage): run collection compaction during file storage initialization after crashes

This commit is contained in:
2026-04-05 09:54:56 +00:00
parent 92f07ef3d7
commit 24c504518d
3 changed files with 14 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartdb',
version: '2.5.8',
version: '2.5.9',
description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.'
}