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