mirror of https://github.com/ethereum/go-ethereum
ethdb/pebble: Fix `MemTableStopWritesThreshold` (#26692)
MemTableStopWritesThreshold was set to the max size of all memtables before blocking writing but should be set to the max number of memtables. This is documented [here](https://github.com/cockroachdb/pebble/blob/master/options.go#L738-L742).pull/26696/head
parent
dbd6c1324d
commit
5967a2290a
Loading…
Reference in new issue