| | |
| | | private static LinkedHashMap<String, RuntimeConfigRule> buildRuntimeConfigRuleMap() { |
| | | LinkedHashMap<String, RuntimeConfigRule> ruleMap = new LinkedHashMap<>(); |
| | | putIntRule(ruleMap, "conveyorStationTaskLimit", 1, 1000); |
| | | putIntRule(ruleMap, "stationMaxTaskCountLimit", 0, 1000); |
| | | putIntRule(ruleMap, "aiAutoTuneIntervalMinutes", 5, 60); |
| | | putIntRule(ruleMap, "stationCommandSendLength", 1, 200); |
| | | putRatioRule(ruleMap, "stationCommandSegmentAdvanceRatio"); |
| | | putIntRule(ruleMap, "stationCommandConfigRefreshSeconds", 5, 300); |