bcoin syncing gets stuck with workers true
This commit is contained in:
parent
fa7868e468
commit
79ca74421a
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user