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:
@@ -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,
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user