diff --git a/server/src/main.rs b/server/src/main.rs index db728038..113d6a62 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -110,7 +110,6 @@ pub fn main() -> std::io::Result<()> { for handle in handles { handle.join().unwrap()?; } - store.optimize()?; Ok(()) } Command::Serve { bind } => {