From d7a38ff8e3b36faa1c1c51f0bfa1879ab147d159 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Oct 2023 13:27:43 +0000 Subject: [PATCH] Increase timeout --- bin/www | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/www b/bin/www index 835f1b4..412df0e 100644 --- a/bin/www +++ b/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.