mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
224b9cb229
* refactor: improve env var helpers * refactor: remove unused segments client API * refactor: remove experimental segment flags * refactor: move segment limits to env vars * refactor: add segment limits to UIConfig response * refactor: fix type name casing
3 lines
99 B
TypeScript
3 lines
99 B
TypeScript
export const DEFAULT_SEGMENT_VALUES_LIMIT = 100;
|
|
export const DEFAULT_STRATEGY_SEGMENTS_LIMIT = 5;
|