Poll for updates every 60 seconds instead of 30 minutes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c773eddea4
commit
91e3fa13c6
1 changed files with 2 additions and 2 deletions
|
|
@ -554,8 +554,8 @@
|
||||||
// Refresh services panel periodically
|
// Refresh services panel periodically
|
||||||
setInterval(loadPanelServices, 30000);
|
setInterval(loadPanelServices, 30000);
|
||||||
|
|
||||||
// Check for updates every 30 minutes
|
// Check for updates every 60 seconds
|
||||||
setInterval(checkForUpdates, 30 * 60 * 1000);
|
setInterval(checkForUpdates, 60 * 1000);
|
||||||
|
|
||||||
// Expose for app modules
|
// Expose for app modules
|
||||||
window.Atlus.openApp = openApp;
|
window.Atlus.openApp = openApp;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue