Ivan Socolsky
9 years ago
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with
1 additions and
1 deletions
-
bws.js
|
|
@ -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([ |
|
|
|