mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Fix clippy warnings
This commit is contained in:
parent
58d2aad309
commit
e6f03f82df
3 changed files with 9 additions and 3 deletions
|
@ -30,7 +30,7 @@ pub fn setup_meilisearch(opt: &Opt) -> anyhow::Result<MeiliSearch> {
|
|||
let mut meilisearch = MeiliSearch::builder();
|
||||
|
||||
// disable autobatching?
|
||||
let _ = AUTOBATCHING_ENABLED.store(
|
||||
AUTOBATCHING_ENABLED.store(
|
||||
opt.scheduler_options.disable_auto_batching,
|
||||
std::sync::atomic::Ordering::Relaxed,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue