Skip to content

Commit

Permalink
docs: change default max_feature_count documentation to null (#1706)
Browse files Browse the repository at this point in the history
Document `null` as less confusing than `~`
  • Loading branch information
CommanderStorm authored Feb 25, 2025
1 parent d6a13ef commit f182983
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/config-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ postgres:
# If the source table has more features than set here, they will not be included in the tile and the result will look "cut off"/incomplete.
# This feature allows to put a maximum latency bound on tiles with extreme amount of detail at the cost of not returning all data.
# It is sensible to set this limit if you have user generated/untrusted geodata, e.g. a lot of data points at [Null Island](https://en.wikipedia.org/wiki/Null_Island).
# `null` (the default): Unlimited
max_feature_count: 100_000
max_feature_count: null # either a positive integer, or null=unlimited (default)

# Control the automatic generation of bounds for spatial tables [default: quick]
# 'calc' - compute table geometry bounds on startup.
Expand Down

0 comments on commit f182983

Please sign in to comment.