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',
|
logLevel: 'info',
|
||||||
port: options.port,
|
port: options.port,
|
||||||
persistent: true,
|
persistent: true,
|
||||||
workers: true,
|
workers: false
|
||||||
maxOutbound: 16,
|
|
||||||
loader: require
|
|
||||||
};
|
};
|
||||||
if (options.prefix) {
|
if (options.prefix) {
|
||||||
config.prefix = options.prefix;
|
config.prefix = options.prefix;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user