DEFAULT_MAX_PATHS
Default ceiling on distinct paths tracked per segment.
One thousand and twenty-four, which is what ClickHouse's JSON type defaults max_dynamic_paths to. The bound exists because machine-generated keys — an object keyed by user id, a log line with a request id in the field name — otherwise turn the path space into a copy of the data.