Enable the Event cache by default.

Note that it will not enable it if the user has explicitly disabled it.
This commit is contained in:
Benoit Marty 2025-03-06 10:38:05 +01:00
parent 7d8ab98b6a
commit d591ff4c14

View file

@ -165,7 +165,7 @@ enum class FeatureFlags(
key = "feature.event_cache",
title = "Use SDK Event cache",
description = "Warning: you must kill and restart the app for the change to take effect.",
defaultValue = { false },
defaultValue = { true },
isFinished = false,
),
}