fix(savetv): Wartezeit auf 24h erhöht (Save.TV Werbeschnitt)

This commit is contained in:
Homelab Cursor 2026-03-28 19:43:50 +01:00
parent 8c1e810204
commit afada512d6

View file

@ -166,7 +166,7 @@ def register_extra_routes(app, progress_lock=None, load_progress_raw=None, save_
)
NAS_DONE_FILE = SAVETV_DIR / ".nas_done.json"
NAS_SYNC_MIN_H = 12.0
NAS_SYNC_MIN_H = 24.0
NAS_SYNC_JITTER_H = 0.5 # 0-30 min
def _load_nas_done():