diff --git a/src/lib.rs b/src/lib.rs index 56c7f8af..51983c95 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -197,8 +197,6 @@ pub struct Valve { pub user: String, /// Produce more logging output. pub verbose: bool, - /// Tune the database for initial loading. - pub initial_load: bool, } #[derive(Debug)] @@ -331,7 +329,6 @@ impl Valve { pool: pool, user: String::from("VALVE"), verbose: verbose, - initial_load: initial_load, }) }