From a94f3d722277e566ffe4a70e9e8b3125b9340435 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sun, 1 Mar 2026 17:47:15 +1100 Subject: [PATCH] DOCS: PRAGMA_JOURNAL_SIZE_LIMIT Signed-off-by: jokob-sk --- docs/PERFORMANCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PERFORMANCE.md b/docs/PERFORMANCE.md index 194c9c6e..922ad923 100755 --- a/docs/PERFORMANCE.md +++ b/docs/PERFORMANCE.md @@ -56,7 +56,7 @@ The application automatically maintains database performance as data accumulates The SQLite Write-Ahead Log (WAL) is a temporary file that grows during normal operation. On systems with constrained resources (NAS, Raspberry Pi), controlling WAL size is important. -**Setting:** **Settings → General → "WAL size limit (MB)"** (default: **50 MB**) +**Setting:** **`PRAGMA_JOURNAL_SIZE_LIMIT`** (default: **50 MB**) | Setting | Effect | Use Case | |---------|--------|----------|