From 7b0c62755ddacfb63102091c13f089e34232e437 Mon Sep 17 00:00:00 2001 From: Wizzard Date: Tue, 6 Aug 2024 08:51:54 -0400 Subject: [PATCH] Adjust updateInterval --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index ad19a7b..ab9a4eb 100644 --- a/main.js +++ b/main.js @@ -5,7 +5,7 @@ const fs = require("fs"); const config = JSON.parse(fs.readFileSync("config.json")); -const updateInterval = 1000; +const updateInterval = 5000; const retryInterval = 30000; const restartInterval = 2 * 60 * 60 * 1000; const reconnectDelay = 10000;