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