Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lidezhu committed Feb 27, 2025
1 parent 1257431 commit 4e9b1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logservice/eventstore/pebble.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func newPebbleOptions(dbNum int) *pebble.Options {
l.FilterPolicy = bloom.FilterPolicy(10)
l.FilterType = pebble.TableFilter
l.TargetFileSize = 32 << 20 // 32 MB
l.Compression = pebble.ZstdCompression
l.Compression = pebble.SnappyCompression
l.EnsureDefaults()
}
opts.Levels[6].FilterPolicy = nil
Expand Down

0 comments on commit 4e9b1ad

Please sign in to comment.