chore(http): rename auto batching cli option

This commit is contained in:
ad hoc 2022-03-07 14:53:09 +01:00
parent 81fe65afed
commit 62ce8e0bda
No known key found for this signature in database
GPG key ID: 4F00A782990CC643
3 changed files with 3 additions and 3 deletions

View file

@ -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,
);