Decrease external cache time for ytdl to 1 day

master
Felix Stupp 2 years ago
parent 94fc20cb89
commit c59000847d
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -12,7 +12,7 @@ from ...common import call
cache = ApplicationCache(
app_name="entertainment-decider-ytdl",
create_cache_dir=True,
default_max_age=7 * 86400,
default_max_age=86400,
)
cache.clean_cache()

Loading…
Cancel
Save