Merge pull request #616 from matiu/history-timeout

longer timeout for getHistory
This commit is contained in:
Matias Alejo Garcia 2017-01-04 09:40:00 -03:00 committed by GitHub
commit 5d5f887edb
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ Insight.prototype.getTransactions = function(addresses, from, to, cb) {
json: {
addrs: [].concat(addresses).join(',')
},
timeout: 120000,
};
this._doRequest(args, function(err, res, txs) {