mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix my mistake when resolving conflicts
This commit is contained in:
parent
9edd407a88
commit
9f1c88680d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue