bypass compaction for now, pebble has gone full redacted

This commit is contained in:
Cassandra Heart 2024-03-24 16:05:49 -05:00
parent a0659fec83
commit 741f545185
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

@ -1597,10 +1597,6 @@ func (p *PebbleClockStore) Compact(
} }
} }
if err := p.db.CompactAll(); err != nil {
return errors.Wrap(err, "compact")
}
return nil return nil
} }