mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	Add a link to the experimental feature GitHub discussion
This commit is contained in:
		| @@ -307,6 +307,9 @@ fn create_or_open_index( | ||||
|     let mut options = EnvOpenOptions::new(); | ||||
|     options.map_size(clamp_to_page_size(map_size)); | ||||
|  | ||||
|     // You can find more details about this experimental | ||||
|     // environment variable on the following GitHub discussion: | ||||
|     // <https://github.com/orgs/meilisearch/discussions/806> | ||||
|     let max_readers = match std::env::var("MEILI_EXPERIMENTAL_INDEX_MAX_READERS") { | ||||
|         Ok(value) => u32::from_str(&value).unwrap(), | ||||
|         Err(VarError::NotPresent) => 1024, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user