workers should generally be enabled, should be fixed in bcoin if recurrant issue
This commit is contained in:
parent
79ca74421a
commit
6ad7d35963
@ -45,7 +45,7 @@ Bcoin.prototype._getConfig = function(options) {
|
|||||||
logLevel: 'info',
|
logLevel: 'info',
|
||||||
port: options.port,
|
port: options.port,
|
||||||
persistent: true,
|
persistent: true,
|
||||||
workers: false
|
workers: true
|
||||||
};
|
};
|
||||||
if (options.prefix) {
|
if (options.prefix) {
|
||||||
config.prefix = options.prefix;
|
config.prefix = options.prefix;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user