Content-Length: 260107 | pFad | https://github.com/lowcoder-org/lowcoder/commit/bb3bb8ee75099d0de1344a2e2ffc4128ab6c5787
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 b82f35f commit bb3bb8eCopy full SHA for bb3bb8e
server/api-service/lowcoder-sdk/src/main/java/org/lowcoder/sdk/webclient/WebClientBuildHelper.java
@@ -95,8 +95,8 @@ public Builder toWebClientBuilder() {
95
.responseTimeout(Duration.ofMillis(timeoutMs))
96
.option(ChannelOption.CONNECT_TIMEOUT_MILLIS, timeoutMs.intValue())
97
.doOnConnected(conn -> conn
98
- .addHandlerLast(new ReadTimeoutHandler(timeoutMs, TimeUnit.SECONDS))
99
- .addHandlerLast(new WriteTimeoutHandler(timeoutMs, TimeUnit.SECONDS)));
+ .addHandlerLast(new ReadTimeoutHandler(timeoutMs, TimeUnit.MILLISECONDS))
+ .addHandlerLast(new WriteTimeoutHandler(timeoutMs, TimeUnit.MILLISECONDS)));
100
}
101
102
if (sslConfig != null) {
Fetched URL: https://github.com/lowcoder-org/lowcoder/commit/bb3bb8ee75099d0de1344a2e2ffc4128ab6c5787
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments