Add more logs to the dump exporter

This commit is contained in:
Clément Renault 2023-10-30 14:23:41 +01:00
parent 13416ccbf7
commit 5b004a2583
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F
1 changed files with 3 additions and 0 deletions

View File

@ -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)? {