Skip to content

Commit a701d0c

Browse files
fix: fix cmab cache descriptions in OptimizelySdkSettings.swift
1 parent e2055a0 commit a701d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/ODP/OptimizelySdkSettings.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public struct OptimizelySdkSettings {
4242
/// - segmentsCacheTimeoutInSecs: The timeout in seconds of audience segments cache (optional. default = 600). Set to zero to disable timeout.
4343
/// - timeoutForSegmentFetchInSecs: The timeout in seconds of odp segment fetch (optional. default = 10) - OS default timeout will be used if this is set to zero.
4444
/// - 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).
4747
/// - disableOdp: Set this flag to true (default = false) to disable ODP features
4848
/// - enableVuid: Set this flag to true (default = false) to enable vuid.
4949
/// - sdkName: Set this flag to override sdkName included in events

0 commit comments

Comments
 (0)