modify httprequest timeout

This commit is contained in:
Matias Alejo Garcia 2016-12-01 16:26:44 -03:00
parent 8335ee268f
commit 061e222184
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ bwcModule.provider("bwcService", function() {
var bwc = new Client({
baseUrl: opts.bwsurl || 'https://bws.bitpay.com/bws/api',
verbose: opts.verbose,
timeout: 100000,
transports: ['polling'],
});
if (walletData)