We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54d6bf commit fdbe919Copy full SHA for fdbe919
messagingpush/src/main/java/io/customer/messagingpush/network/HTTPClient.kt
@@ -32,8 +32,8 @@ internal interface HttpClient {
32
33
internal class HttpClientImpl : HttpClient {
34
35
- private val connectTimeoutMs = 15_000
36
- private val readTimeoutMs = 20_000
+ private val connectTimeoutMs = 10_000
+ private val readTimeoutMs = 10_000
37
private val globalPreferenceStore: GlobalPreferenceStore
38
get() = SDKComponent.android().globalPreferenceStore
39
private val client: Client
0 commit comments