[Fix](exectuor)Fix Follower Fe query queue may not work when exec alter #27831

This commit is contained in:
wangbo
2023-12-02 20:19:50 +08:00
committed by GitHub
parent 421ab56c3e
commit 66cfcc67cb
7 changed files with 143 additions and 47 deletions

View File

@ -1618,6 +1618,9 @@ public class Config extends ConfigBase {
@ConfField(mutable = true)
public static boolean enable_query_queue = true;
@ConfField(mutable = true)
public static long query_queue_update_interval_ms = 5000;
@ConfField(mutable = true, varType = VariableAnnotation.EXPERIMENTAL)
public static boolean enable_cpu_hard_limit = false;