From 563da49b8f814518a27e783f530e9ec5a0862e0d Mon Sep 17 00:00:00 2001 From: "Glitch (hello-express)" Date: Tue, 24 Dec 2019 10:47:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=91=F0=9F=8E=A8=20Checkpoint=20./serve?= =?UTF-8?q?r.js:933874/8?= 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 8c4e6e7..8f96bf7 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 = 5000000 * 60 * 1000; // 5 mins +const closingTimeout = 5 * 60 * 1000; // 5 mins try { var content = fs.readFileSync(db, "utf8");