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,
|
||||
),
|
||||
streaming: {
|
||||
name: 'disabled',
|
||||
feature_enabled: false,
|
||||
enabled: false,
|
||||
name: 'streaming',
|
||||
enabled: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_STREAMING,
|
||||
false,
|
||||
),
|
||||
},
|
||||
etagVariant: {
|
||||
name: 'disabled',
|
||||
|
Loading…
Reference in New Issue
Block a user