changed timeout

This commit is contained in:
cubedro 2015-03-15 23:52:15 +02:00
parent b155bcca5a
commit f5f6f20baf

View File

@ -11,7 +11,7 @@ var Primus = require('primus'),
Socket = Primus.createSocket({
transformer: 'websockets',
pathname: '/api',
timeout: 20000,
timeout: 10000,
plugin: {emitter: Emitter, sparkLatency: Latency}
});