Fix the new config file with the index scheduler

This commit is contained in:
Clément Renault 2022-10-20 16:49:19 +02:00
parent 72ec4ce96b
commit 61edcd585a
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 58 additions and 15 deletions

View file

@ -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;