Skip to content

Commit fdbe919

Browse files
committed
lowered the timeouts
1 parent c54d6bf commit fdbe919

File tree

1 file changed

+2
-2
lines changed
  • messagingpush/src/main/java/io/customer/messagingpush/network

1 file changed

+2
-2
lines changed

messagingpush/src/main/java/io/customer/messagingpush/network/HTTPClient.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ internal interface HttpClient {
3232

3333
internal class HttpClientImpl : HttpClient {
3434

35-
private val connectTimeoutMs = 15_000
36-
private val readTimeoutMs = 20_000
35+
private val connectTimeoutMs = 10_000
36+
private val readTimeoutMs = 10_000
3737
private val globalPreferenceStore: GlobalPreferenceStore
3838
get() = SDKComponent.android().globalPreferenceStore
3939
private val client: Client

0 commit comments

Comments
 (0)