changed timeout
This commit is contained in:
parent
b155bcca5a
commit
f5f6f20baf
@ -11,7 +11,7 @@ var Primus = require('primus'),
|
||||
Socket = Primus.createSocket({
|
||||
transformer: 'websockets',
|
||||
pathname: '/api',
|
||||
timeout: 20000,
|
||||
timeout: 10000,
|
||||
plugin: {emitter: Emitter, sparkLatency: Latency}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user