Merge pull request #164 from cubedro/develop
Increased max socket reconnect attempts
This commit is contained in:
commit
fc6a785845
@ -40,6 +40,9 @@ Socket = Primus.createSocket({
|
||||
pathname: '/api',
|
||||
timeout: 120000,
|
||||
strategy: 'disconnect,online,timeout',
|
||||
reconnect: {
|
||||
retries: 30
|
||||
},
|
||||
plugin: {emitter: Emitter, sparkLatency: Latency}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user