Skip to content

Commit 1cb99c7

Browse files
committed
doc: fix FPR for defaultBloomFilterAlloc
1 parent 1fa76c8 commit 1cb99c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/LSMTree/Internal/Config.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ instance NFData TableConfig where
7878
-- | A reasonable default 'TableConfig'.
7979
--
8080
-- This uses a write buffer with up to 20,000 elements and a generous amount of
81-
-- memory for Bloom filters (FPR of 2%).
81+
-- memory for Bloom filters (FPR of 1%).
8282
--
8383
defaultTableConfig :: TableConfig
8484
defaultTableConfig =

0 commit comments

Comments
 (0)