change:

1.优化注释
This commit is contained in:
huzekang 2019-04-07 03:00:05 +08:00
parent ef5df2bfaa
commit feb299eecc

View File

@ -467,7 +467,7 @@ public class JobContainer extends AbstractContainer {
if (this.needChannelNumber < Integer.MAX_VALUE) {
return;
}
// 通过channel调节Job运行速度
boolean isChannelLimit = (this.configuration.getInt(
CoreConstant.DATAX_JOB_SETTING_SPEED_CHANNEL, 0) > 0);
if (isChannelLimit) {