mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-04-18 07:57:59 +02:00
Replace batch stop reason when deleting index
This commit is contained in:
parent
bd172bf68a
commit
1cca4abf5a
@ -164,7 +164,7 @@ impl BatchKind {
|
||||
K::IndexDeletion => (
|
||||
Break((
|
||||
BatchKind::IndexDeletion { ids: vec![task_id] },
|
||||
BatchStopReason::TaskCannotBeBatched { kind, id: task_id },
|
||||
BatchStopReason::IndexDeletion { id: task_id },
|
||||
)),
|
||||
false,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user