modify httprequest timeout
This commit is contained in:
parent
8335ee268f
commit
061e222184
1 changed files with 1 additions and 0 deletions
1
angular-bitcore-wallet-client/index.js
vendored
1
angular-bitcore-wallet-client/index.js
vendored
|
|
@ -36,6 +36,7 @@ bwcModule.provider("bwcService", function() {
|
||||||
var bwc = new Client({
|
var bwc = new Client({
|
||||||
baseUrl: opts.bwsurl || 'https://bws.bitpay.com/bws/api',
|
baseUrl: opts.bwsurl || 'https://bws.bitpay.com/bws/api',
|
||||||
verbose: opts.verbose,
|
verbose: opts.verbose,
|
||||||
|
timeout: 100000,
|
||||||
transports: ['polling'],
|
transports: ['polling'],
|
||||||
});
|
});
|
||||||
if (walletData)
|
if (walletData)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue