[feature-wip](resource-group) Support create and show resource groups (#18184)
This commit is contained in:
@ -1733,6 +1733,9 @@ public class Config extends ConfigBase {
|
||||
@ConfField
|
||||
public static boolean enable_pipeline_load = false;
|
||||
|
||||
@ConfField
|
||||
public static boolean enable_resource_group = false;
|
||||
|
||||
@ConfField(mutable = false, masterOnly = true)
|
||||
public static int backend_rpc_timeout_ms = 60000; // 1 min
|
||||
|
||||
|
||||
Reference in New Issue
Block a user