walletdb: increase bloom filter size to 3m addrs.
This commit is contained in:
parent
bfde70f2ab
commit
57181f27ee
@ -120,7 +120,7 @@ WalletDB.layout = layout;
|
||||
*/
|
||||
|
||||
WalletDB.prototype._init = function _init() {
|
||||
let items = 1000000;
|
||||
let items = 3000000;
|
||||
let flag = -1;
|
||||
|
||||
// Highest number of items with an
|
||||
|
||||
Loading…
Reference in New Issue
Block a user