fix(savetv): Wartezeit auf 24h erhöht (Save.TV Werbeschnitt)
This commit is contained in:
parent
8c1e810204
commit
afada512d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue