Added a quick integrity check during startup, fixes #679

This commit is contained in:
emeric
2025-06-22 22:25:24 +02:00
parent b90c5aa35a
commit 6bfc769cab
3 changed files with 138 additions and 0 deletions
+4
View File
@@ -11,7 +11,11 @@ ffmpeg-file = "/usr/bin/ffmpeg";
log-file = "";
access-log-file = "";
# Minimum severity, can be "debug", "info", "warning", "error" or "fatal"
# "debug" is useful for debugging purposes, but it will also generate a lot of log data and slow down the application
log-min-severity = "info";
# Database consistency check to run at startup.
# Can be "none", "quick", or "full"
db-integrity-check = "quick";
# Output db queries on stdout
db-show-queries = false;