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 5c0c87ddeb
commit 3522a4fdbf

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,
),
}