fix(plex): surface server failures

This commit is contained in:
edde746
2026-07-12 08:42:18 +02:00
parent e4b0680158
commit a809cbbcef
4 changed files with 75 additions and 8 deletions
+4
View File
@@ -44,6 +44,10 @@ class MediaServerTimeouts {
static const plexTvReceive = Duration(seconds: 10);
/// Authenticated health probe timeout. Health sweeps await every server, so
/// a stale Plex endpoint must not hold the whole sweep for [receive].
static const plexProbe = Duration(seconds: 8);
/// Probe + token-validate timeout — Jellyfin servers respond fast on
/// `/System/Info/Public` and `/Users/Me`.
static const jellyfinProbe = Duration(seconds: 8);