mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Correctly batch tasks with different index creation rights
This commit is contained in:
parent
87212cfd20
commit
068a4b2884
4 changed files with 255 additions and 176 deletions
|
@ -446,7 +446,7 @@ impl IndexScheduler {
|
|||
mod tests {
|
||||
use big_s::S;
|
||||
use insta::*;
|
||||
use milli::update::IndexDocumentsMethod::{self, ReplaceDocuments, UpdateDocuments};
|
||||
use milli::update::IndexDocumentsMethod::ReplaceDocuments;
|
||||
use tempfile::TempDir;
|
||||
use uuid::Uuid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue