mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-02 01:17:58 +02:00
This expands the segment limits to 1000, this should have no impact on OSS since this feature isn't exposed. This is overridden to 250 in hosted `pro` instances and 1000 in hosted `enterprise` customers. This only affects self hosted enterprise instances
3 lines
100 B
TypeScript
3 lines
100 B
TypeScript
export const DEFAULT_SEGMENT_VALUES_LIMIT = 1000;
|
|
export const DEFAULT_STRATEGY_SEGMENTS_LIMIT = 5;
|