[branch-2.1](routine-load) optimize routine load job auto resume policy (#37373)
pick #35266
This commit is contained in:
@ -1257,7 +1257,7 @@ public class Config extends ConfigBase {
|
||||
* a period for auto resume routine load
|
||||
*/
|
||||
@ConfField(mutable = true, masterOnly = true)
|
||||
public static int period_of_auto_resume_min = 5;
|
||||
public static int period_of_auto_resume_min = 10;
|
||||
|
||||
/**
|
||||
* If set to true, the backend will be automatically dropped after finishing decommission.
|
||||
|
||||
Reference in New Issue
Block a user