mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Replace batch stop reason when deleting index
This commit is contained in:
parent
bd172bf68a
commit
1cca4abf5a
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ impl BatchKind {
|
||||||
K::IndexDeletion => (
|
K::IndexDeletion => (
|
||||||
Break((
|
Break((
|
||||||
BatchKind::IndexDeletion { ids: vec![task_id] },
|
BatchKind::IndexDeletion { ids: vec![task_id] },
|
||||||
BatchStopReason::TaskCannotBeBatched { kind, id: task_id },
|
BatchStopReason::IndexDeletion { id: task_id },
|
||||||
)),
|
)),
|
||||||
false,
|
false,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue