[branch-2.1](routine-load) optimize routine load job auto resume policy (#37373)

pick #35266
This commit is contained in:
hui lai
2024-07-07 18:16:56 +08:00
committed by GitHub
parent af960f7c70
commit d08a418dd8
5 changed files with 27 additions and 32 deletions

View File

@ -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.