mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
rebase on index-scheduler
This commit is contained in:
parent
e0221fc0a3
commit
d0e91555d1
7 changed files with 12 additions and 6 deletions
|
@ -480,7 +480,7 @@ impl IndexScheduler {
|
|||
KindDump::IndexSwap { lhs, rhs } => KindWithContent::IndexSwap { lhs, rhs },
|
||||
KindDump::CancelTask { tasks } => KindWithContent::CancelTask { tasks },
|
||||
KindDump::DeleteTasks { query, tasks } => {
|
||||
KindWithContent::DeleteTasks { query, tasks }
|
||||
KindWithContent::TaskDeletion { query, tasks }
|
||||
}
|
||||
KindDump::DumpExport { dump_uid } => KindWithContent::DumpExport {
|
||||
dump_uid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue