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:
parent
5c0c87ddeb
commit
3522a4fdbf
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ enum class FeatureFlags(
|
||||||
key = "feature.event_cache",
|
key = "feature.event_cache",
|
||||||
title = "Use SDK Event cache",
|
title = "Use SDK Event cache",
|
||||||
description = "Warning: you must kill and restart the app for the change to take effect.",
|
description = "Warning: you must kill and restart the app for the change to take effect.",
|
||||||
defaultValue = { false },
|
defaultValue = { true },
|
||||||
isFinished = false,
|
isFinished = false,
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue