mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
remove the unused variants from the autobatcher
This commit is contained in:
parent
ab8f1c2865
commit
cff003c928
2 changed files with 7 additions and 16 deletions
|
@ -1,7 +1,6 @@
|
|||
use std::collections::HashSet;
|
||||
use std::fs::File;
|
||||
use std::io::BufWriter;
|
||||
use std::sync::atomic::Ordering::Relaxed;
|
||||
|
||||
use crate::{autobatcher::BatchKind, Error, IndexScheduler, Result, TaskId};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue