global: final snapshot and fixes before release

This commit is contained in:
nym21
2026-03-22 23:16:52 +01:00
parent 514fdc40ee
commit 514b0513de
34 changed files with 323 additions and 210 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ impl Vecs {
indexer: &Indexer,
indexes: &indexes::Vecs,
) -> Result<Self> {
let db = open_db(parent_path, super::DB_NAME, 50_000_000)?;
let db = open_db(parent_path, super::DB_NAME, 1_000_000)?;
let version = parent_version;
let lookback = LookbackVecs::forced_import(&db, version)?;