increased timeout to 60s

This commit is contained in:
cubedro 2015-04-09 00:58:23 +03:00
parent ce0be1fe1e
commit 1526f203ba

View File

@ -22,7 +22,7 @@ web3.setProvider(new web3.providers.HttpProvider('http://' + (process.env.RPC_HO
Socket = Primus.createSocket({
transformer: 'websockets',
pathname: '/api',
timeout: 10000,
timeout: 60000,
strategy: 'disconnect,online',
plugin: {emitter: Emitter, sparkLatency: Latency}
});