Add key table to repair procedure
This commit is contained in:
parent
e3203f998b
commit
0e49e0c8b5
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user