Skip to content

Commit 9eba232

Browse files
committed
Add note to docs
1 parent 282bb07 commit 9eba232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pip install okbloomer
1818
|---|---|---|---|---|
1919
| 1 | max_false_positive_rate | 0.01 | float | The upper bound on the false positivity rate. |
2020
| 2 | num_hashes | 4 | int | The number of hash functions used, i.e. the number of slices per layer. |
21-
| 3 | layer_size | 32000000 | int | The size of each layer of the filter in bits. |
21+
| 3 | layer_size | 32000000 | int | The size of each layer of the filter in bits. Ideal sizes can be divided evenly by `num_hashes`.|
2222

2323
## Example Usage
2424

0 commit comments

Comments
 (0)