hubgeter commented on code in PR #22702: URL: https://github.com/apache/doris/pull/22702#discussion_r1290464791
########## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ########## @@ -424,6 +429,10 @@ public class SessionVariable implements Serializable, Writable { @VariableMgr.VarAttr(name = INSERT_TIMEOUT) public int insertTimeoutS = 14400; + //query internal.information_schema.simple_tables time + @VariableMgr.VarAttr(name = QUERY_SIMPLE_TABLES_TIMEOUT) + public int querySimpleTablesTimeout = 3; Review Comment: ok good idea -- 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