Skip to content

Commit

Permalink
clarify bloom_filter_bits in docs
Browse files Browse the repository at this point in the history
see #144
  • Loading branch information
wbolster committed Apr 22, 2022
1 parent 30e59b4 commit 3a343d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ LevelDB database.
encoding of keys
:param bool max_file_size: maximum file size (in bytes)
:param bool compression: whether to use Snappy compression (enabled by default))
:param int bloom_filter_bits: the number of bits to use for a bloom
:param int bloom_filter_bits: the number of bits to use per key for a bloom
filter; the default of 0 means that no bloom
filter will be used
:param callable comparator: a custom comparator callable that takes two
Expand Down

0 comments on commit 3a343d4

Please sign in to comment.