Remove some useless indexer options

This commit is contained in:
Kerollmops 2022-03-21 10:55:15 +01:00
parent 8fecc6238d
commit acdb10a307
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 1 additions and 15 deletions

View file

@ -7,7 +7,6 @@ use actix_web::http::StatusCode;
use byte_unit::{Byte, ByteUnit};
use meilisearch_auth::AuthController;
use meilisearch_http::setup_meilisearch;
use meilisearch_lib::options::{IndexerOpts, MaxMemory};
use once_cell::sync::Lazy;
use serde_json::Value;
use tempfile::TempDir;