mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
Handle the CLI options related to snapshots
This commit is contained in:
committed by
Clément Renault
parent
942b7c338b
commit
4736e00253
@ -46,7 +46,6 @@ async fn main() -> anyhow::Result<()> {
|
||||
}
|
||||
|
||||
let (index_scheduler, auth_controller) = setup_meilisearch(&opt)?;
|
||||
let index_scheduler = Arc::new(index_scheduler);
|
||||
|
||||
#[cfg(all(not(debug_assertions), feature = "analytics"))]
|
||||
let analytics = if !opt.no_analytics {
|
||||
|
Reference in New Issue
Block a user