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:18:35 +02:00
parent 9cd3963563
commit dc6e78a1dc
No known key found for this signature in database
GPG Key ID: 43A7CBC24C119560

View File

@ -254,11 +254,6 @@ const flags: IFlags = {
process.env.UNLEASH_EXPERIMENTAL_ADD_CONFIGURATION,
false,
),
fetchMode: {
name: 'disabled',
feature_enabled: false,
enabled: false,
},
};
export const defaultExperimentalOptions: IExperimentalOptions = {