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