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.
2 parents c4ddc97 + 258b3c5 commit 05c57e3Copy full SHA for 05c57e3
app-stream-api/src/main/java/com/dingtalk/open/app/api/KeepAliveOption.java
@@ -10,7 +10,7 @@ public class KeepAliveOption {
10
* 最小时间为1s
11
*/
12
private static final Long MINI_KEEP_ALIVE_IDLE = 1000L;
13
- private Long keepAliveIdle = 120 * 1000L;
+ private Long keepAliveIdle = 60 * 1000L;
14
15
public static KeepAliveOption create() {
16
return new KeepAliveOption();
0 commit comments