Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ethdb/pebble: Fix
MemTableStopWritesThreshold
(ethereum#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).
- Loading branch information