Skip to content

Commit

Permalink
Disable bloom filters by default
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jan 19, 2024
1 parent 35aef94 commit fe9b82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "lsm_tree"
path = "src/lib.rs"

[features]
default = ["bloom"]
default = []
bloom = ["dep:seahash"]
segment_history = []

Expand Down

0 comments on commit fe9b82c

Please sign in to comment.