Skip to content

Commit

Permalink
remove initial load flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmicu committed Jan 24, 2024
1 parent 602673f commit b769910
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down Expand Up @@ -331,7 +329,6 @@ impl Valve {
pool: pool,
user: String::from("VALVE"),
verbose: verbose,
initial_load: initial_load,
})
}

Expand Down

0 comments on commit b769910

Please sign in to comment.