mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
chore(http): rename auto batching cli option
This commit is contained in:
parent
81fe65afed
commit
62ce8e0bda
3 changed files with 3 additions and 3 deletions
|
@ -218,7 +218,7 @@ impl Scheduler {
|
|||
let debounce_time = config.debounce_duration_sec;
|
||||
|
||||
// Disable autobatching
|
||||
if !config.enable_autobatching {
|
||||
if !config.enable_auto_batching {
|
||||
config.max_batch_size = Some(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue