Skip to content

Commit 1bec5b7

Browse files
committed
RUM-8038: Double average batch processing level
1 parent 9068c03 commit 1bec5b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dd-sdk-android-core/src/main/kotlin/com/datadog/android/core/configuration/BatchProcessingLevel.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ enum class BatchProcessingLevel(val maxBatchesPerUploadJob: Int) {
2323
LOW(maxBatchesPerUploadJob = 1),
2424

2525
/**
26-
* 10 batches will be sent in a single upload cycle.
26+
* 20 batches will be sent in a single upload cycle.
2727
*/
28-
MEDIUM(maxBatchesPerUploadJob = 10),
28+
MEDIUM(maxBatchesPerUploadJob = 20),
2929

3030
/**
3131
* 100 batches will be sent in a single upload cycle.

0 commit comments

Comments
 (0)