chain: coin cache.

This commit is contained in:
Christopher Jeffrey 2017-01-23 15:18:25 -08:00
parent 2a6ee729a0
commit 2d49e38580
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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;