Adjust updateInterval

This commit is contained in:
Wizzard 2024-08-06 08:51:54 -04:00
parent 7f83c0f97b
commit 7b0c62755d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const fs = require("fs");
const config = JSON.parse(fs.readFileSync("config.json")); const config = JSON.parse(fs.readFileSync("config.json"));
const updateInterval = 1000; const updateInterval = 5000;
const retryInterval = 30000; const retryInterval = 30000;
const restartInterval = 2 * 60 * 60 * 1000; const restartInterval = 2 * 60 * 60 * 1000;
const reconnectDelay = 10000; const reconnectDelay = 10000;