Fix SSE timeout

This commit is contained in:
Ian Renton
2026-09-10 17:58:02 +01:00
parent 94dc9044c4
commit 3b575de36a
9 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ class SSESpotProvider(SpotProvider):
self._url,
headers=HTTP_HEADERS,
latest_event_id=self._last_event_id,
timeout=10,
timeout=30,
on_open=self._on_open,
on_error=self._on_error,
) as event_source: