From fe9b82c6263bf6572101e088aa3ae8b0c09b2214 Mon Sep 17 00:00:00 2001 From: Marvin <33938500+marvin-j97@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:41:04 +0100 Subject: [PATCH] Disable bloom filters by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3e27c5..11482b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ name = "lsm_tree" path = "src/lib.rs" [features] -default = ["bloom"] +default = [] bloom = ["dep:seahash"] segment_history = []