mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	fix(test): Reduce default index size in tests
This commit is contained in:
		| @@ -150,8 +150,8 @@ pub fn default_settings(dir: impl AsRef<Path>) -> Opt { | ||||
|         env: "development".to_owned(), | ||||
|         #[cfg(all(not(debug_assertions), feature = "analytics"))] | ||||
|         no_analytics: true, | ||||
|         max_index_size: Byte::from_unit(4.0, ByteUnit::GiB).unwrap(), | ||||
|         max_task_db_size: Byte::from_unit(4.0, ByteUnit::GiB).unwrap(), | ||||
|         max_index_size: Byte::from_unit(100.0, ByteUnit::MiB).unwrap(), | ||||
|         max_task_db_size: Byte::from_unit(1.0, ByteUnit::GiB).unwrap(), | ||||
|         http_payload_size_limit: Byte::from_unit(10.0, ByteUnit::MiB).unwrap(), | ||||
|         snapshot_dir: ".".into(), | ||||
|         indexer_options: IndexerOpts { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user