insight REST API retry

This commit is contained in:
Matias Alejo Garcia 2014-06-05 12:18:54 -03:00
commit da7c2c88db
8 changed files with 65 additions and 48 deletions

View file

@ -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