config
This commit is contained in:
parent
3a3998263b
commit
df6fd7b474
2 changed files with 9 additions and 8 deletions
|
|
@ -94,6 +94,7 @@ var defaultConfig = {
|
|||
totalCopayers: 3,
|
||||
spendUnconfirmed: true,
|
||||
verbose: 1,
|
||||
// will duplicate itself after each try
|
||||
reconnectDelay: 5000,
|
||||
},
|
||||
|
||||
|
|
@ -109,8 +110,7 @@ var defaultConfig = {
|
|||
schema: 'https',
|
||||
host: 'insight.bitpay.com',
|
||||
port: 443,
|
||||
// will duplicate itself after each try
|
||||
reconnectDelay: 500,
|
||||
reconnectDelay: 1000,
|
||||
},
|
||||
|
||||
// local encryption/security config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue