From 7e75828012e5b2c1e89e1356614095e920dc68ae Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 26 May 2026 09:33:43 -0400 Subject: [PATCH] [settings] Reactivate webdav and set time to 5 min --- vrobbler/settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vrobbler/settings.py b/vrobbler/settings.py index a870a00..136b41b 100644 --- a/vrobbler/settings.py +++ b/vrobbler/settings.py @@ -142,10 +142,10 @@ CELERY_BEAT_SCHEDULE = { "task": "scrobbles.tasks.import_from_lastfm_all_users", "schedule": crontab(minute="*/30"), }, - # "import-from-webdav": { - # "task": "scrobbles.tasks.import_from_webdav_all_users", - # "schedule": crontab(minute="*/2"), - # }, + "import-from-webdav": { + "task": "scrobbles.tasks.import_from_webdav_all_users", + "schedule": crontab(minute="*/5"), + }, # Deprecated: BG Stats files now picked up from WebDAV var/bgstats/ # "import-from-imap": { # "task": "scrobbles.tasks.import_from_imap_all_users",