diff --git a/index.js b/index.js index ba025af..c27842b 100644 --- a/index.js +++ b/index.js @@ -145,7 +145,7 @@ function updateServerList() { }; // Update master list every 5 minutes -setInterval(updateMasterList, 30 * 1000); +setInterval(updateMasterList, 60 * 1000); updateMasterList(); app.get('/check', (req, res) => { @@ -212,4 +212,4 @@ app.get('/', (req, res) => { }); -app.listen(port, () => console.log(`Listening on port ${port}!`)); \ No newline at end of file +app.listen(port, () => console.log(`Listening on port ${port}!`));