db: reduce default vlog size to 256M

This commit is contained in:
Harvey Tindall
2025-05-13 15:24:26 +01:00
parent 3c0f3e90d8
commit dca83dcc8e
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ func (app *appContext) loadConfig() error {
app.MustSetValue("ui", "port", "8056")
app.MustSetValue("advanced", "tls_port", "8057")
app.MustSetValue("advanced", "value_log_size", "1024")
app.MustSetValue("advanced", "value_log_size", "512")
pwrMethods := []string{"allow_pwr_username", "allow_pwr_email", "allow_pwr_contact_method"}
allDisabled := true

View File

@@ -341,7 +341,7 @@ sections:
name: Database max vlog size (MiB)
requires_restart: true
type: number
value: 1024
value: 256
description: Max size for the database's value log. Lower values may reduce performance.
- setting: debug_log_emails
name: 'Debug Storage Logging: Emails'