1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00

chore: control streaming only with external resolver (#10605)

This commit is contained in:
Mateusz Kwasniewski 2025-09-03 11:41:33 +02:00 committed by GitHub
parent fb40bb07c4
commit 5b74299420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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