workers should generally be enabled, should be fixed in bcoin if recurrant issue

This commit is contained in:
Justin Langston 2017-08-09 11:51:38 -04:00
parent 79ca74421a
commit 6ad7d35963
No known key found for this signature in database
GPG Key ID: EBB3714C72F9FE5D

View File

@ -45,7 +45,7 @@ Bcoin.prototype._getConfig = function(options) {
logLevel: 'info',
port: options.port,
persistent: true,
workers: false
workers: true
};
if (options.prefix) {
config.prefix = options.prefix;