mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix the new config file with the index scheduler
This commit is contained in:
parent
72ec4ce96b
commit
61edcd585a
3 changed files with 58 additions and 15 deletions
|
@ -5,7 +5,6 @@ use std::sync::Arc;
|
|||
use actix_web::http::KeepAlive;
|
||||
use actix_web::web::Data;
|
||||
use actix_web::HttpServer;
|
||||
use clap::Parser;
|
||||
use index_scheduler::IndexScheduler;
|
||||
use meilisearch_auth::AuthController;
|
||||
use meilisearch_http::analytics::Analytics;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue