diff --git a/frontend/js/atlus.js b/frontend/js/atlus.js index 9873f0f..e505f5c 100644 --- a/frontend/js/atlus.js +++ b/frontend/js/atlus.js @@ -554,8 +554,8 @@ // Refresh services panel periodically setInterval(loadPanelServices, 30000); - // Check for updates every 30 minutes - setInterval(checkForUpdates, 30 * 60 * 1000); + // Check for updates every 60 seconds + setInterval(checkForUpdates, 60 * 1000); // Expose for app modules window.Atlus.openApp = openApp;