Matias Alejo Garcia
8 years ago
No known key found for this signature in database
GPG Key ID: 2470DB551277AB3
1 changed files with
1 additions and
1 deletions
-
bws.js
|
|
@ -51,7 +51,7 @@ function startInstance(cb) { |
|
|
|
var server = config.https ? serverModule.createServer(serverOpts, expressApp.app) : serverModule.Server(expressApp.app); |
|
|
|
|
|
|
|
server.on('connection', function(socket) { |
|
|
|
socket.setTimeout(2 * 1000); |
|
|
|
socket.setTimeout(300 * 1000); |
|
|
|
}) |
|
|
|
|
|
|
|
expressApp.start(config, function(err) { |
|
|
|