set to 300s

This commit is contained in:
Ivan Socolsky 2016-08-15 17:06:20 -03:00
parent 361cb0409d
commit 41784edc2c
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with 1 additions and 1 deletions

2
bws.js
View File

@ -45,7 +45,7 @@ var start = function(cb) {
var server = config.https ? serverModule.createServer(serverOpts, expressApp.app) : serverModule.Server(expressApp.app);
server.on('connection', function(socket) {
socket.setTimeout(30 * 1000);
socket.setTimeout(300 * 1000);
})
async.parallel([