Update the documentation of the batch size

This commit is contained in:
Clément Renault
2025-11-20 10:33:02 +01:00
parent 3944c25853
commit 753ba39199

View File

@@ -474,7 +474,8 @@ pub struct Opt {
pub experimental_max_number_of_batched_tasks: usize, pub experimental_max_number_of_batched_tasks: usize,
/// Experimentally controls the maximum total size, in bytes, of tasks that will be processed /// Experimentally controls the maximum total size, in bytes, of tasks that will be processed
/// simultaneously. When unspecified, defaults to half of the maximum indexing memory. /// simultaneously. When unspecified, defaults to half of the maximum indexing memory and
/// clamped to 10 GiB.
/// ///
/// See: <https://github.com/orgs/meilisearch/discussions/801> /// See: <https://github.com/orgs/meilisearch/discussions/801>
#[clap(long, env = MEILI_EXPERIMENTAL_LIMIT_BATCHED_TASKS_TOTAL_SIZE)] #[clap(long, env = MEILI_EXPERIMENTAL_LIMIT_BATCHED_TASKS_TOTAL_SIZE)]