mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Merge #2209
2209: rename auto batching cli r=curquiza a=MarinPostma rename `--enable-autobatching` to `--enable-auto-batching`. as per https://github.com/meilisearch/specifications/pull/96#issuecomment-1060693721 Co-authored-by: ad hoc <postma.marin@protonmail.com>
This commit is contained in:
@ -32,7 +32,7 @@ pub fn setup_meilisearch(opt: &Opt) -> anyhow::Result<MeiliSearch> {
|
||||
|
||||
// enable autobatching?
|
||||
let _ = AUTOBATCHING_ENABLED.store(
|
||||
opt.scheduler_options.enable_autobatching,
|
||||
opt.scheduler_options.enable_auto_batching,
|
||||
std::sync::atomic::Ordering::Relaxed,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user