DOCS: PRAGMA_JOURNAL_SIZE_LIMIT

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2026-03-01 17:47:15 +11:00
parent d9608b4760
commit a94f3d7222

View File

@@ -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 |
|---------|--------|----------|