Harden satellite dashboard telemetry loading

This commit is contained in:
James Smith
2026-03-18 22:35:31 +00:00
parent d0402f4746
commit 985c8a155a
2 changed files with 47 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ _fetch_lock = threading.Lock()
_prefetch_started = False
_SATNOGS_URL = "https://db.satnogs.org/api/transmitters/?format=json"
_REQUEST_TIMEOUT = 15 # seconds
_REQUEST_TIMEOUT = 6 # seconds
# ---------------------------------------------------------------------------