mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-04 07:43:41 -07:00
global: final snapshot and fixes before release
This commit is contained in:
@@ -38,7 +38,7 @@ impl Vecs {
|
||||
version: Version,
|
||||
indexes: &indexes::Vecs,
|
||||
) -> brk_error::Result<Self> {
|
||||
let db = open_db(parent, DB_NAME, 1_000_000)?;
|
||||
let db = open_db(parent, DB_NAME, 100_000)?;
|
||||
let this = Self::forced_import_inner(&db, version, indexes)?;
|
||||
finalize_db(&this.db, &this)?;
|
||||
Ok(this)
|
||||
|
||||
Reference in New Issue
Block a user