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 d5901f0 commit db7f829Copy full SHA for db7f829
1 file changed
common/src/main/java/com/mx/path/core/common/connect/Request.java
@@ -67,7 +67,7 @@ public enum PreferredResponseBodyType {
67
STRING_AND_RAW
68
}
69
70
- private static final Duration DEFAULT_CONNECT_TIMEOUT = Duration.ofMillis(5000);
+ private static final Duration DEFAULT_CONNECT_TIMEOUT = Duration.ofMillis(10000);
71
private static final Duration DEFAULT_REQUEST_TIMEOUT = Duration.ofMillis(30000);
72
73
// Fields
0 commit comments