mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
rename the dumpExport to dumpCreation
This commit is contained in:
parent
581d8b0a94
commit
3e45fdf7c5
16 changed files with 79 additions and 77 deletions
|
@ -59,7 +59,7 @@ impl From<KindWithContent> for AutobatchKind {
|
|||
KindWithContent::IndexSwap { .. } => AutobatchKind::IndexSwap,
|
||||
KindWithContent::TaskCancelation { .. }
|
||||
| KindWithContent::TaskDeletion { .. }
|
||||
| KindWithContent::DumpExport { .. }
|
||||
| KindWithContent::DumpCreation { .. }
|
||||
| KindWithContent::Snapshot => {
|
||||
panic!("The autobatcher should never be called with tasks that don't apply to an index.")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue