Added a quick integrity check during startup, fixes #679
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user