diff --git a/app.py b/app.py index d1dda92..0213f9b 100644 --- a/app.py +++ b/app.py @@ -1278,7 +1278,7 @@ def check_for_updates(): def update_check_loop(): - time.sleep(30) # Kurz nach Start einmalig prüfen + time.sleep(5) # Kurz nach Start einmalig prüfen while True: check_for_updates() time.sleep(6 * 3600) # Dann alle 6 Stunden @@ -2491,6 +2491,7 @@ function flash(id,cls,msg){ setInterval(pollUpdate,60000); poll(); pollUpdate(); + setTimeout(pollUpdate, 8000); // Server-Check-Ergebnis abholen bevor der 60s-Takt greift })(); diff --git a/version.txt b/version.txt index 66c4c22..7ee7020 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.9 +1.0.10