sessions / 248d3f2d3ea40ce1a176a9b1bbaddb95bae565a2

/home/powellc/src/code.unbl.ink/secstate/vrobbler

This commit has no recorded session.

diff

show whitespace

commit 248d3f2d3ea40ce1a176a9b1bbaddb95bae565a2Author: Colin Powell <colin@unbl.ink>Date:   Thu Jun 11 09:41:50 2026 -0400    [settings] Check webdav every two minutsdiff --git a/vrobbler/settings.py b/vrobbler/settings.pyindex 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": {