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 9068c03 commit 1bec5b7Copy full SHA for 1bec5b7
dd-sdk-android-core/src/main/kotlin/com/datadog/android/core/configuration/BatchProcessingLevel.kt
@@ -23,9 +23,9 @@ enum class BatchProcessingLevel(val maxBatchesPerUploadJob: Int) {
23
LOW(maxBatchesPerUploadJob = 1),
24
25
/**
26
- * 10 batches will be sent in a single upload cycle.
+ * 20 batches will be sent in a single upload cycle.
27
*/
28
- MEDIUM(maxBatchesPerUploadJob = 10),
+ MEDIUM(maxBatchesPerUploadJob = 20),
29
30
31
* 100 batches will be sent in a single upload cycle.
0 commit comments