tka: keep the CompactionDefaults alongside the other limits #6
@@ -96,10 +96,6 @@ func (b *LocalBackend) initTKALocked() error {
|
|||||||
return fmt.Errorf("initializing tka: %v", err)
|
return fmt.Errorf("initializing tka: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := authority.Compact(storage, tka.CompactionDefaults); err != nil {
|
|
||||||
b.logf("tka compaction failed: %v", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
b.tka = &tkaState{
|
b.tka = &tkaState{
|
||||||
profile: cp.ID(),
|
profile: cp.ID(),
|
||||||
authority: authority,
|
authority: authority,
|
||||||
|
|||||||
Reference in New Issue
Block a user