We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b6b5b commit f77d633Copy full SHA for f77d633
core/src/main/java/io/opentelemetry/android/features/diskbuffering/DiskBufferingConfig.kt
@@ -9,7 +9,7 @@ import android.util.Log
9
import io.opentelemetry.android.common.RumConstants.OTEL_RUM_LOG_TAG
10
import java.util.concurrent.TimeUnit
11
12
-const val DEFAULT_MAX_CACHE_SIZE: Int = 60 * 1024 * 1024
+const val DEFAULT_MAX_CACHE_SIZE: Int = 10 * 1024 * 1024
13
const val MAX_CACHE_FILE_SIZE: Int = 1024 * 1024
14
const val DEFAULT_MAX_FILE_AGE_FOR_WRITE_MS = 30L
15
const val DEFAULT_MIN_FILE_AGE_FOR_READ_MS = 33L
0 commit comments