mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 09:56:28 +00:00 
			
		
		
		
	an additionnal 30% of perf for the tests
This commit is contained in:
		@@ -414,8 +414,8 @@ pub fn default_settings(dir: impl AsRef<Path>) -> Opt {
 | 
				
			|||||||
            // memory has to be unlimited because several meilisearch are running in test context.
 | 
					            // memory has to be unlimited because several meilisearch are running in test context.
 | 
				
			||||||
            max_indexing_memory: MaxMemory::unlimited(),
 | 
					            max_indexing_memory: MaxMemory::unlimited(),
 | 
				
			||||||
            skip_index_budget: true,
 | 
					            skip_index_budget: true,
 | 
				
			||||||
            // We cannot use more than 1 indexing threads otherwise some tests become non-deterministic
 | 
					            // Having 2 threads makes the tests way faster
 | 
				
			||||||
            max_indexing_threads: MaxThreads::from_str("1").unwrap(),
 | 
					            max_indexing_threads: MaxThreads::from_str("2").unwrap(),
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        experimental_enable_metrics: false,
 | 
					        experimental_enable_metrics: false,
 | 
				
			||||||
        ..Parser::parse_from(None as Option<&str>)
 | 
					        ..Parser::parse_from(None as Option<&str>)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user