From 248d3f2d3ea40ce1a176a9b1bbaddb95bae565a2 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 11 Jun 2026 09:41:50 -0400 Subject: [PATCH] [settings] Check webdav every two minuts --- vrobbler/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/settings.py b/vrobbler/settings.py index 21a44c6..813e533 100644 --- a/vrobbler/settings.py +++ b/vrobbler/settings.py @@ -145,7 +145,7 @@ CELERY_BEAT_SCHEDULE = { }, "import-from-webdav": { "task": "scrobbles.tasks.import_from_webdav_all_users", - "schedule": crontab(minute="*/3"), + "schedule": crontab(minute="*/2"), }, # Deprecated: BG Stats files now picked up from WebDAV var/bgstats/ # "import-from-imap": {