feat(config): add live slow-sql threshold setting
This commit is contained in:
@@ -210,6 +210,7 @@ def ensure_schema(conn) -> None:
|
||||
proxy_expire_minutes INTEGER DEFAULT 3,
|
||||
max_screenshot_concurrent INTEGER DEFAULT 3,
|
||||
max_concurrent_per_account INTEGER DEFAULT 1,
|
||||
db_slow_query_ms INTEGER DEFAULT 120,
|
||||
schedule_weekdays TEXT DEFAULT '1,2,3,4,5,6,7',
|
||||
enable_screenshot INTEGER DEFAULT 1,
|
||||
auto_approve_enabled INTEGER DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user