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 92a1e42 commit c1ae7e4Copy full SHA for c1ae7e4
src/main/java/com/alipay/oceanbase/rpc/direct_load/ObDirectLoadStatement.java
@@ -309,7 +309,7 @@ public static final class Builder {
309
private long maxErrorRowCount = 0;
310
private String loadMethod = "full";
311
312
- private static final long MAX_QUERY_TIMEOUT = 1L * 365 * 24 * 3600 * 1000; // 1year
+ private static final long MAX_QUERY_TIMEOUT = Integer.MAX_VALUE;
313
314
Builder(ObDirectLoadConnection connection) {
315
this.connection = connection;
0 commit comments