mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 10:37:29 +00:00
💍🎍 Checkpoint
./server.js:933874/5
This commit is contained in:
parent
83b99ffea6
commit
c50e43ddf3
@ -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 = 5 * 60 * 1000; // 5 mins
|
const closingTimeout = 30 * 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