mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
Introduce a new flag to skip dumping enqueued/processing tasks
This commit is contained in:
@ -260,9 +260,6 @@ fn export_a_dump(
|
|||||||
|
|
||||||
eprintln!("Dumping the indexes...");
|
eprintln!("Dumping the indexes...");
|
||||||
|
|
||||||
eprintln!("Successfully dumped {count} tasks!");
|
|
||||||
eprintln!("Dumping the indexes...");
|
|
||||||
|
|
||||||
// 4. Dump the indexes
|
// 4. Dump the indexes
|
||||||
let mut count = 0;
|
let mut count = 0;
|
||||||
for result in index_mapping.iter(&rtxn)? {
|
for result in index_mapping.iter(&rtxn)? {
|
||||||
|
Reference in New Issue
Block a user