mirror of
https://github.com/WeiYe-Jing/datax-web.git
synced 2026-07-03 21:08:58 +08:00
change:
1.优化注释
This commit is contained in:
parent
ef5df2bfaa
commit
feb299eecc
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user