mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
feat: add delta api streaming flag (#9269)
Lets add separate flag for delta streaming.
This commit is contained in:
parent
ac1d8b9b70
commit
fb68692247
@ -61,6 +61,7 @@ export type IFlagKey =
|
||||
| 'streaming'
|
||||
| 'etagVariant'
|
||||
| 'deltaApi'
|
||||
| 'deltaApiStreaming'
|
||||
| 'uniqueSdkTracking'
|
||||
| 'frontendHeaderRedesign'
|
||||
| 'dataUsageMultiMonthView'
|
||||
@ -293,6 +294,10 @@ const flags: IFlags = {
|
||||
process.env.UNLEASH_EXPERIMENTAL_DELTA_API,
|
||||
false,
|
||||
),
|
||||
deltaApiStreaming: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_DELTA_API_STREAMING,
|
||||
false,
|
||||
),
|
||||
uniqueSdkTracking: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_UNIQUE_SDK_TRACKING,
|
||||
false,
|
||||
|
Loading…
Reference in New Issue
Block a user