[settings] Temp disable webdav imports
This commit is contained in:
@ -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="*/2"),
|
||||
# },
|
||||
# Deprecated: BG Stats files now picked up from WebDAV var/bgstats/
|
||||
# "import-from-imap": {
|
||||
# "task": "scrobbles.tasks.import_from_imap_all_users",
|
||||
|
||||
Reference in New Issue
Block a user