bitcoind: increase reindex interval to 10s

This commit is contained in:
Braydon Fuller 2016-04-08 15:54:04 -04:00
parent 3713c6ac1e
commit 90e354093c

View File

@ -433,7 +433,7 @@ Bitcoin.prototype._spawnChildProcess = function(callback) {
var node = {};
node._reindex = false;
node._reindexWait = 1000;
node._reindexWait = 10000;
try {
self._loadSpawnConfiguration(node);