From 307a66ea29fd99c170c8e06eec888719d0112f6a Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Sat, 30 Dec 2023 08:34:50 +1000 Subject: [PATCH] Update docs, closes SQLite Write-Ahead Logging might make page size immutable #2404 (#2405) --- server/core/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core/src/config.rs b/server/core/src/config.rs index 83ee9b3e8..094a44718 100644 --- a/server/core/src/config.rs +++ b/server/core/src/config.rs @@ -121,7 +121,7 @@ pub struct ServerConfig { /// Trust the X-Forwarded-For header for client IP address. Defaults to false if unset. pub trust_x_forward_for: Option, - /// The filesystem type, either "zfs" or "generic". Defaults to "generic" if unset. + /// The filesystem type, either "zfs" or "generic". Defaults to "generic" if unset. I you change this, run a database vacuum. pub db_fs_type: Option, /// The path to the "admin" socket, used for local communication when performing cer ain server control tasks. pub adminbindpath: Option,