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
7d8ab98b6a
commit
d591ff4c14
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue