1
0
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:
kwasniew 2025-09-03 12:12:08 +02:00
parent 5b74299420
commit f69948377d
No known key found for this signature in database
GPG Key ID: 43A7CBC24C119560

View File

@ -218,9 +218,11 @@ const flags: IFlags = {
false, false,
), ),
streaming: { streaming: {
name: 'disabled', name: 'streaming',
feature_enabled: false, enabled: parseEnvVarBoolean(
enabled: false, process.env.UNLEASH_EXPERIMENTAL_STREAMING,
false,
),
}, },
etagVariant: { etagVariant: {
name: 'disabled', name: 'disabled',