Skip to content

Commit

Permalink
Merge pull request #261 from DataDog/plousada/RUM-4594/increase-uploa…
Browse files Browse the repository at this point in the history
…d-time-limit-120s

[RUM-4594] Increase upload timeout to 120s to match EvP limits
  • Loading branch information
plousada committed May 22, 2024
2 parents 0c966d0 + 3ca03e6 commit 7cd2c7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ internal class OkHttpUploader : Uploader {
internal const val KEY_EVENT = "event"
internal const val KEY_REPOSITORY = "repository"

internal val NETWORK_TIMEOUT_MS = TimeUnit.SECONDS.toMillis(60)
internal val NETWORK_TIMEOUT_MS = TimeUnit.SECONDS.toMillis(120)
internal val MEDIA_TYPE_JSON = "application/json".toMediaTypeOrNull()

internal const val MAX_MAP_SIZE_EXCEEDED_ERROR =
Expand Down

0 comments on commit 7cd2c7d

Please sign in to comment.