Skip to content

Commit

Permalink
Apply suggestions from Lior's code review (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdougherty committed Dec 6, 2024
1 parent 73d022d commit cdbd6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/develop/data-types/probabilistic/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Initial capacity for Bloom filters.

Type: integer

Valid range: `[1 .. 1,048,576]`
Valid range: `[1 .. 1048576]`

Default: `100`

Expand All @@ -111,7 +111,7 @@ Cuckoo filter initial capacity.

Type: integer

Valid range: `[2*cf-bucket-size .. 1GB]`
Valid range: `[2*cf-bucket-size .. 1048576]`

Default: `1024`

Expand Down

0 comments on commit cdbd6ae

Please sign in to comment.