Skip to content

Commit

Permalink
revert accidental comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
magicxyyz committed May 15, 2024
1 parent 6d23a7b commit bb30724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethdb/pebble/pebble.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func New(file string, cache int, handles int, namespace string, readonly bool, e
// MemTableStopWritesThreshold places a hard limit on the size
// of the existent MemTables(including the frozen one).
// Note, this must be the number of tables not the size of all memtables
// according to https://github.com/cockroachdb/pebble/blob/master/extraOptions.go#L738-L742
// according to https://github.com/cockroachdb/pebble/blob/master/options.go#L738-L742
// and to https://github.com/cockroachdb/pebble/blob/master/db.go#L1892-L1903.
MemTableStopWritesThreshold: memTableLimit,

Expand Down

0 comments on commit bb30724

Please sign in to comment.