Skip to content

Commit 05c57e3

Browse files
authored
Merge pull request #20 from allencty/feature/20251022-stream-union_3
适配中继设备,调整合适的心跳时间
2 parents c4ddc97 + 258b3c5 commit 05c57e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-stream-api/src/main/java/com/dingtalk/open/app/api/KeepAliveOption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class KeepAliveOption {
1010
* 最小时间为1s
1111
*/
1212
private static final Long MINI_KEEP_ALIVE_IDLE = 1000L;
13-
private Long keepAliveIdle = 120 * 1000L;
13+
private Long keepAliveIdle = 60 * 1000L;
1414

1515
public static KeepAliveOption create() {
1616
return new KeepAliveOption();

0 commit comments

Comments
 (0)