config: smaller fast defaults.
This commit is contained in:
parent
1e3cc80e2d
commit
4254b4359e
@ -234,8 +234,8 @@ config.parseData = function parseData(data, prefix, dirname) {
|
||||
if (options.fast) {
|
||||
options.headers = true;
|
||||
options.useCheckpoints = true;
|
||||
options.cacheSize = 300 << 20;
|
||||
options.coinCache = 100 << 20;
|
||||
options.cacheSize = 200 << 20;
|
||||
options.coinCache = 65 << 20;
|
||||
}
|
||||
|
||||
return options;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user