bcoin syncing gets stuck with workers true

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

View File

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