mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +00:00
bypass compaction for now, pebble has gone full redacted
This commit is contained in:
parent
a0659fec83
commit
741f545185
@ -1597,10 +1597,6 @@ func (p *PebbleClockStore) Compact(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := p.db.CompactAll(); err != nil {
|
|
||||||
return errors.Wrap(err, "compact")
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user