1
0
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:
kwasniew 2025-09-03 11:35:13 +02:00
parent fb40bb07c4
commit 41d92b3a84
No known key found for this signature in database
GPG Key ID: 43A7CBC24C119560

View File

@ -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',