Skip to content

Commit 565834e

Browse files
author
dapeng
committed
默认初始值不限制
1 parent 48efb8b commit 565834e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/dtstack/flink/sql/side/SideTableInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public abstract class SideTableInfo extends TableInfo implements Serializable {
6565

6666
private int asyncTimeout=10000;
6767

68-
private int asyncTimeoutNumLimit = 0;
68+
private int asyncTimeoutNumLimit = Integer.MAX_VALUE;
6969

7070
private boolean partitionedJoin = false;
7171

0 commit comments

Comments
 (0)