Skip to content

Commit

Permalink
remove unnecessary new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
magicxyyz committed May 15, 2024
1 parent bb30724 commit 5b7b36a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ethdb/pebble/pebble.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ func New(file string, cache int, handles int, namespace string, readonly bool, e
quitChan: make(chan chan error),
writeOptions: &pebble.WriteOptions{Sync: !ephemeral},
}

opt := &pebble.Options{
// Pebble has a single combined cache area and the write
// buffers are taken from this too. Assign all available
Expand Down Expand Up @@ -276,7 +275,6 @@ func New(file string, cache int, handles int, namespace string, readonly bool, e
WALMinSyncInterval: extraOptions.WALMinSyncInterval,
TargetByteDeletionRate: extraOptions.TargetByteDeletionRate,
}

// Disable seek compaction explicitly. Check https://github.com/ethereum/go-ethereum/pull/20130
// for more details.
opt.Experimental.ReadSamplingMultiplier = -1
Expand Down

0 comments on commit 5b7b36a

Please sign in to comment.