dump indexes

This commit is contained in:
ad hoc 2022-05-19 14:59:59 +02:00
parent 414d0907ce
commit 56eb2907c9
No known key found for this signature in database
GPG key ID: 4F00A782990CC643
3 changed files with 33 additions and 6 deletions

View file

@ -228,6 +228,7 @@ impl IndexControllerBuilder {
db_path.as_ref().clone(),
index_size,
task_store_size,
index_resolver.clone(),
));
let task_store = TaskStore::new(meta_env)?;