chain: coin cache.
This commit is contained in:
parent
2a6ee729a0
commit
2d49e38580
@ -2281,7 +2281,7 @@ function ChainOptions(options) {
|
||||
this.forceWitness = false;
|
||||
|
||||
this.coinCache = 0;
|
||||
this.entryCache = (2016 + 1) * 2 + 100;
|
||||
this.entryCache = 5000;
|
||||
this.orphanLimit = 20 << 20;
|
||||
this.checkpoints = true;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user