mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Introduce a new flag to skip dumping enqueued/processing tasks
This commit is contained in:
parent
5b004a2583
commit
53382bb1b8
1 changed files with 0 additions and 3 deletions
|
@ -260,9 +260,6 @@ fn export_a_dump(
|
|||
|
||||
eprintln!("Dumping the indexes...");
|
||||
|
||||
eprintln!("Successfully dumped {count} tasks!");
|
||||
eprintln!("Dumping the indexes...");
|
||||
|
||||
// 4. Dump the indexes
|
||||
let mut count = 0;
|
||||
for result in index_mapping.iter(&rtxn)? {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue