Fix my mistake when resolving conflicts

This commit is contained in:
shiori 2022-03-31 02:48:41 +09:00 committed by GitHub
parent 9edd407a88
commit 9f1c88680d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ pub fn default_settings(dir: impl AsRef<Path>) -> Opt {
indexer_options: IndexerOpts {
// memory has to be unlimited because several meilisearch are running in test context.
max_indexing_memory: MaxMemory::unlimited(),
..Default::default()
..Parser::parse_from(None as Option<&str>)
},
..Parser::parse_from(None as Option<&str>)