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, false,
), ),
streaming: { streaming: {
name: 'streaming', name: 'disabled',
enabled: parseEnvVarBoolean( feature_enabled: false,
process.env.UNLEASH_EXPERIMENTAL_STREAMING, enabled: false,
false,
),
}, },
etagVariant: { etagVariant: {
name: 'disabled', name: 'disabled',