mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-03 15:23:41 -07:00
global: final snapshot and fixes before release
This commit is contained in:
@@ -93,7 +93,7 @@ impl Vecs {
|
||||
parent_version: Version,
|
||||
indexer: &Indexer,
|
||||
) -> Result<Self> {
|
||||
let db = open_db(parent, DB_NAME, 10_000_000)?;
|
||||
let db = open_db(parent, DB_NAME, 1_000_000)?;
|
||||
|
||||
let version = parent_version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user