mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 12:27:29 +00:00
🏬🚲 Checkpoint
./server.js:933874/4
This commit is contained in:
parent
e642a002f7
commit
5105785b75
@ -9,7 +9,7 @@ var lastClosed = new Date("1970-01-01");
|
|||||||
|
|
||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
const db = "./.data/data.json";
|
const db = "./.data/data.json";
|
||||||
const closingTimeout = 555 * 60 * 1000; // 5 mins
|
const closingTimeout = 5 * 60 * 1000; // 5 mins
|
||||||
|
|
||||||
try {
|
try {
|
||||||
var content = fs.readFileSync(db, "utf8");
|
var content = fs.readFileSync(db, "utf8");
|
||||||
|
Loading…
Reference in New Issue
Block a user