mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
3ed4aeba5c
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;
|