1
0
mirror of https://api.glitch.com/git/presence-button synced 2024-11-05 10:57:30 +00:00

🌵☺️ Checkpoint

./server.js:933874/4
This commit is contained in:
Glitch (hello-express) 2019-11-27 23:47:40 +00:00
parent 56d65712ff
commit 10648aad70

View File

@ -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");