zhannngchen commented on code in PR #46365:
URL: https://github.com/apache/doris/pull/46365#discussion_r1903897740


##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -253,7 +253,7 @@ public class SessionVariable implements Serializable, 
Writable {
 
     public static final String ENABLE_INFER_PREDICATE = 
"enable_infer_predicate";
 
-    public static final long DEFAULT_INSERT_VISIBLE_TIMEOUT_MS = 10_000;
+    public static final long DEFAULT_INSERT_VISIBLE_TIMEOUT_MS = 60_000;

Review Comment:
   don't change it to 60s directly, you need to update to 60s on cloud-mow only



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to