Add key table to repair procedure

This commit is contained in:
Alex 2020-04-26 16:22:22 +00:00
parent e3203f998b
commit 0e49e0c8b5
1 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,13 @@ impl Repair {
.unwrap()
.add_full_scan()
.await;
self.garage
.key_table
.syncer
.load_full()
.unwrap()
.add_full_scan()
.await;
}
// TODO: wait for full sync to finish before proceeding to the rest?