Browse Source

Increase timeout

node10
root 12 months ago
parent
commit
d7a38ff8e3
  1. 1
      bin/www

1
bin/www

@ -30,6 +30,7 @@ const io = configureSocket(server);
server.listen(port);
server.on('error', onError);
server.on('listening', onListening);
server.timeout = 15 * 60 * 1000;
/**
* Normalize a port into a number, string, or false.

Loading…
Cancel
Save