Skip to content

Commit bb30724

Browse files
committed
revert accidental comment change
1 parent 6d23a7b commit bb30724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethdb/pebble/pebble.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ func New(file string, cache int, handles int, namespace string, readonly bool, e
245245
// MemTableStopWritesThreshold places a hard limit on the size
246246
// of the existent MemTables(including the frozen one).
247247
// Note, this must be the number of tables not the size of all memtables
248-
// according to https://github.com/cockroachdb/pebble/blob/master/extraOptions.go#L738-L742
248+
// according to https://github.com/cockroachdb/pebble/blob/master/options.go#L738-L742
249249
// and to https://github.com/cockroachdb/pebble/blob/master/db.go#L1892-L1903.
250250
MemTableStopWritesThreshold: memTableLimit,
251251

0 commit comments

Comments
 (0)