disable backup, enable snapshot

This commit is contained in:
simon 2023-02-03 14:50:41 +07:00
parent a350d735be
commit ce7adfee3a
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
"videos": "/youtube",
"colors": "dark",
"enable_cast": false,
"enable_snapshot": false
"enable_snapshot": true
},
"scheduler": {
"update_subscribed": false,
@ -50,7 +50,7 @@
"check_reindex": {"minute": "0", "hour": "12", "day_of_week": "*"},
"check_reindex_days": 90,
"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,
"version_check": "rand-d"
}