insight REST API retry
This commit is contained in:
parent
1a1b235aef
commit
da7c2c88db
8 changed files with 65 additions and 48 deletions
|
|
@ -109,12 +109,15 @@ var defaultConfig = {
|
|||
// blockchain service API config
|
||||
blockchain: {
|
||||
host: 'test.insight.is',
|
||||
port: 80
|
||||
port: 80,
|
||||
retryDelay: 1000,
|
||||
},
|
||||
// socket service API config
|
||||
socket: {
|
||||
host: 'test.insight.is',
|
||||
port: 80
|
||||
port: 80,
|
||||
// will duplicate itself after each try
|
||||
reconnectDelay: 500,
|
||||
},
|
||||
|
||||
// local encryption/security config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue