mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 16:06:31 +00:00 
			
		
		
		
	fix the tests
This commit is contained in:
		| @@ -73,7 +73,7 @@ pub fn default_settings(dir: impl AsRef<Path>) -> Opt { | ||||
|         env: "development".to_owned(), | ||||
|         #[cfg(all(not(debug_assertions), feature = "analytics"))] | ||||
|         no_analytics: true, | ||||
|         max_mdb_size: Byte::from_unit(4.0, ByteUnit::GiB).unwrap(), | ||||
|         max_index_size: Byte::from_unit(4.0, ByteUnit::GiB).unwrap(), | ||||
|         max_udb_size: Byte::from_unit(4.0, ByteUnit::GiB).unwrap(), | ||||
|         http_payload_size_limit: Byte::from_unit(10.0, ByteUnit::MiB).unwrap(), | ||||
|         ssl_cert_path: None, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user