You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/ODP/OptimizelySdkSettings.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ public struct OptimizelySdkSettings {
42
42
/// - segmentsCacheTimeoutInSecs: The timeout in seconds of audience segments cache (optional. default = 600). Set to zero to disable timeout.
43
43
/// - timeoutForSegmentFetchInSecs: The timeout in seconds of odp segment fetch (optional. default = 10) - OS default timeout will be used if this is set to zero.
44
44
/// - timeoutForOdpEventInSecs: The timeout in seconds of odp event dispatch (optional. default = 10) - OS default timeout will be used if this is set to zero.
45
-
/// - cmabCacheSize: The maximum size of cmab cache (optional. default = 100). Set to zero to disable caching.
46
-
/// - cmabCacheTimeoutInSecs: The timeout in seconds of amb cache (optional. default = 600). Set to zero to disable timeout.
45
+
/// - cmabCacheSize: The maximum size of cmab cache (optional. default = 100).
46
+
/// - cmabCacheTimeoutInSecs: The timeout in seconds of amb cache (optional. default = 600).
47
47
/// - disableOdp: Set this flag to true (default = false) to disable ODP features
48
48
/// - enableVuid: Set this flag to true (default = false) to enable vuid.
49
49
/// - sdkName: Set this flag to override sdkName included in events
0 commit comments