plugeth/ethdb/pebble
Patrick O'Grady 5967a2290a
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).
2023-02-15 03:27:52 -05:00
..
pebble_test.go ethdb: add benchmark test suite (#26659) 2023-02-10 04:35:00 -05:00
pebble.go ethdb/pebble: Fix MemTableStopWritesThreshold (#26692) 2023-02-15 03:27:52 -05:00