bitcoind: increase reindex interval to 10s
This commit is contained in:
parent
3713c6ac1e
commit
90e354093c
@ -433,7 +433,7 @@ Bitcoin.prototype._spawnChildProcess = function(callback) {
|
|||||||
|
|
||||||
var node = {};
|
var node = {};
|
||||||
node._reindex = false;
|
node._reindex = false;
|
||||||
node._reindexWait = 1000;
|
node._reindexWait = 10000;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
self._loadSpawnConfiguration(node);
|
self._loadSpawnConfiguration(node);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user