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,