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 3abff0d commit 2a9a692Copy full SHA for 2a9a692
core/src/main/java/com/segment/analytics/kotlin/core/HTTPClient.kt
@@ -39,7 +39,7 @@ class HTTPClient(
39
}
40
val connection = requestedURL.openConnection() as HttpURLConnection
41
connection.connectTimeout = 15_000 // 15s
42
- connection.readTimeout = 20_1000 // 20s
+ connection.readTimeout = 20_000 // 20s
43
44
connection.setRequestProperty(
45
"User-Agent",
0 commit comments