mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Handle the CLI options related to snapshots
This commit is contained in:
parent
90f1334757
commit
9d5dfa7552
3 changed files with 39 additions and 29 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue