[parameter](query timeout) change default query timeout to 15min (#24480)

Co-authored-by: yiguolei <yiguolei@gmail.com>
This commit is contained in:
yiguolei
2023-09-16 18:17:58 +08:00
committed by GitHub
parent ed8db3727c
commit 0ccb032d79
4 changed files with 4 additions and 4 deletions

View File

@ -451,7 +451,7 @@ public class SessionVariable implements Serializable, Writable {
// query timeout in second.
@VariableMgr.VarAttr(name = QUERY_TIMEOUT)
public int queryTimeoutS = 300;
public int queryTimeoutS = 900;
// The global max_execution_time value provides the default for the session value for new connections.
// The session value applies to SELECT executions executed within the session that include