mirror of
https://github.com/Lomanic/presence-button-web
synced 2025-12-01 17:56:29 +00:00
🌵☺️ Checkpoint
./server.js:933874/4
This commit is contained in:
parent
56d65712ff
commit
10648aad70
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = 600 * 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…
Add table
Reference in a new issue