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 ef5f559 commit 3573209Copy full SHA for 3573209
core/src/main/java/ai/z/openapi/utils/OkHttps.java
@@ -16,13 +16,13 @@
16
public final class OkHttps {
17
18
// Default timeout values
19
- private static final int DEFAULT_CALL_TIMEOUT_SECONDS = 30;
+ private static final int DEFAULT_CALL_TIMEOUT_SECONDS = 360;
20
21
private static final int DEFAULT_CONNECT_TIMEOUT_SECONDS = 10;
22
23
- private static final int DEFAULT_READ_TIMEOUT_SECONDS = 10;
+ private static final int DEFAULT_READ_TIMEOUT_SECONDS = 300;
24
25
- private static final int DEFAULT_WRITE_TIMEOUT_SECONDS = 10;
+ private static final int DEFAULT_WRITE_TIMEOUT_SECONDS = 30;
26
27
// Private constructor to prevent instantiation
28
private OkHttps() {
0 commit comments