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;