From 90e354093ceb1154e3809437495f1c8f6802c407 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Fri, 8 Apr 2016 15:54:04 -0400 Subject: [PATCH] bitcoind: increase reindex interval to 10s --- lib/services/bitcoind.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/bitcoind.js b/lib/services/bitcoind.js index 1cc72337..30a0b968 100644 --- a/lib/services/bitcoind.js +++ b/lib/services/bitcoind.js @@ -433,7 +433,7 @@ Bitcoin.prototype._spawnChildProcess = function(callback) { var node = {}; node._reindex = false; - node._reindexWait = 1000; + node._reindexWait = 10000; try { self._loadSpawnConfiguration(node);