mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
remove the unused variants from the autobatcher
This commit is contained in:
parent
3702249b1a
commit
aa13fc448d
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