This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleash.unleash
Watch
1
Star
0
Fork
0
You've already forked unleash.unleash
mirror of
https://github.com/Unleash/unleash.git
synced
2025-01-31 00:16:47 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
b06613d1b0
unleash.unleash
/
src
/
lib
/
util
/
segments.ts
3 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: expand default segment limits to 1000 (#3710) 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
2023-05-08 14:44:48 +02:00
export
const
DEFAULT_SEGMENT_VALUES_LIMIT
=
1000
;
refactor: move segment limits to env vars (#1642) * 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
2022-06-02 10:44:45 +02:00
export
const
DEFAULT_STRATEGY_SEGMENTS_LIMIT
=
5
;
Reference in New Issue
Copy Permalink