From 10648aad709291ef76a9a5fe020e2cfefbdbc691 Mon Sep 17 00:00:00 2001 From: "Glitch (hello-express)" Date: Wed, 27 Nov 2019 23:47:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B5=E2=98=BA=EF=B8=8F=20Checkpoint=20.?= =?UTF-8?q?/server.js:933874/4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 8754d18..3115c9d 100644 --- a/server.js +++ b/server.js @@ -9,7 +9,7 @@ var lastClosed = new Date("1970-01-01"); const fs = require("fs"); const db = "./.data/data.json"; -const closingTimeout = 600 * 60 * 1000; // 5 mins +const closingTimeout = 5 * 60 * 1000; // 5 mins try { var content = fs.readFileSync(db, "utf8");