mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-10 15:08:56 +01:00
Fix my mistake when resolving conflicts
This commit is contained in:
parent
9edd407a88
commit
9f1c88680d
@ -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>)
|
||||
|
Loading…
Reference in New Issue
Block a user