mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
chore: allow streaming variant override
This commit is contained in:
parent
9ef81be488
commit
27b43a663e
@ -218,10 +218,13 @@ const flags: IFlags = {
|
||||
process.env.UNLEASH_EXPERIMENTAL_SHOW_USER_DEVICE_COUNT,
|
||||
false,
|
||||
),
|
||||
streaming: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_STREAMING,
|
||||
false,
|
||||
),
|
||||
streaming: {
|
||||
name: 'streaming',
|
||||
enabled: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_STREAMING,
|
||||
false,
|
||||
),
|
||||
},
|
||||
etagVariant: {
|
||||
name: 'disabled',
|
||||
feature_enabled: false,
|
||||
|
Loading…
Reference in New Issue
Block a user