Browse Source

set to 300s

activeAddress
Ivan Socolsky 9 years ago
parent
commit
41784edc2c
No known key found for this signature in database GPG Key ID: FAECE6A05FAA4F56
  1. 2
      bws.js

2
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([

Loading…
Cancel
Save