Update docs, closes SQLite Write-Ahead Logging might make page size immutable #2404 (#2405)

This commit is contained in:
James Hodgkinson 2023-12-30 08:34:50 +10:00 committed by GitHub
parent 1f9846cff6
commit 307a66ea29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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<bool>,
/// 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<kanidm_proto::internal::FsType>,
/// The path to the "admin" socket, used for local communication when performing cer ain server control tasks.
pub adminbindpath: Option<String>,