disable backup, enable snapshot

This commit is contained in:
simon
2023-02-03 14:50:41 +07:00
parent a350d735be
commit ce7adfee3a

View File

@@ -42,7 +42,7 @@
"videos": "/youtube", "videos": "/youtube",
"colors": "dark", "colors": "dark",
"enable_cast": false, "enable_cast": false,
"enable_snapshot": false "enable_snapshot": true
}, },
"scheduler": { "scheduler": {
"update_subscribed": false, "update_subscribed": false,
@@ -50,7 +50,7 @@
"check_reindex": {"minute": "0", "hour": "12", "day_of_week": "*"}, "check_reindex": {"minute": "0", "hour": "12", "day_of_week": "*"},
"check_reindex_days": 90, "check_reindex_days": 90,
"thumbnail_check": {"minute": "0", "hour": "17", "day_of_week": "*"}, "thumbnail_check": {"minute": "0", "hour": "17", "day_of_week": "*"},
"run_backup": {"minute": "0", "hour": "8", "day_of_week": "0"}, "run_backup": false,
"run_backup_rotate": 5, "run_backup_rotate": 5,
"version_check": "rand-d" "version_check": "rand-d"
} }