Added a query plan recorder for debugging purposes
This commit is contained in:
@@ -17,7 +17,11 @@ log-min-severity = "info";
|
||||
# Can be "none", "quick", or "full"
|
||||
db-integrity-check = "quick";
|
||||
# Output db queries on stdout
|
||||
# Use this only for debugging purpose, as this may impact performance
|
||||
db-show-queries = false;
|
||||
# Record query plans for database queries.
|
||||
# Use this only for debugging purposes, as this may impact performance
|
||||
db-record-query-plans = false;
|
||||
|
||||
# Listen port/addr of the web server
|
||||
listen-port = 5082;
|
||||
|
||||
Reference in New Issue
Block a user