mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Add more logs to the dump exporter
This commit is contained in:
parent
13416ccbf7
commit
5b004a2583
1 changed files with 3 additions and 0 deletions
|
@ -260,6 +260,9 @@ 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