This reverts commit 8b9813663d87afa7b359b31782f3864dc54881df.
This commit is contained in:
@ -1490,7 +1490,7 @@ public class Config extends ConfigBase {
|
||||
|
||||
// enable_resource_group should be immutable and temporarily set to mutable during the development test phase
|
||||
@ConfField(mutable = true, masterOnly = true, expType = ExperimentalType.EXPERIMENTAL)
|
||||
public static boolean enable_resource_group = true;
|
||||
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