1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

chore: stop streaming overrides locally

This commit is contained in:
kwasniew 2025-09-03 12:16:37 +02:00
parent f69948377d
commit 9cd3963563
No known key found for this signature in database
GPG Key ID: 43A7CBC24C119560

View File

@ -217,13 +217,6 @@ const flags: IFlags = {
process.env.UNLEASH_EXPERIMENTAL_SHOW_USER_DEVICE_COUNT,
false,
),
streaming: {
name: 'streaming',
enabled: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_STREAMING,
false,
),
},
etagVariant: {
name: 'disabled',
feature_enabled: false,