From 37187f33dd9242083ea7aa53d435e4408e2ca3b9 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 28 May 2026 10:00:11 -0400 Subject: [PATCH] [settings] WebDAV is fast again, back to 3 minutes --- vrobbler/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/settings.py b/vrobbler/settings.py index 6222f60..f394fe2 100644 --- a/vrobbler/settings.py +++ b/vrobbler/settings.py @@ -144,7 +144,7 @@ CELERY_BEAT_SCHEDULE = { }, "import-from-webdav": { "task": "scrobbles.tasks.import_from_webdav_all_users", - "schedule": crontab(minute="*/5"), + "schedule": crontab(minute="*/3"), }, # Deprecated: BG Stats files now picked up from WebDAV var/bgstats/ # "import-from-imap": {