[settings] Check webdav every two minuts
All checks were successful
build / test (push) Successful in 2m13s

This commit is contained in:
2026-06-11 09:41:50 -04:00
parent e243fec679
commit 248d3f2d3e

View File

@ -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": {