REM:
1.  屏蔽获取设备信息接口调用
This commit is contained in:
HuangXin 2021-10-27 08:39:34 +08:00
parent 16acbbbcae
commit f3e96d85be
1 changed files with 5 additions and 5 deletions

View File

@ -32,12 +32,12 @@ import java.util.List;
*/ */
@Slf4j @Slf4j
public class PengXinAbilityImpl implements DisposeAbility { public class PengXinAbilityImpl implements DisposeAbility {
/** /*
* The Protect ip v 4. The Protect ip v 4.
*/ */
//private final List<String> protectIpV4 = new ArrayList<>(); //private final List<String> protectIpV4 = new ArrayList<>();
/** /*
* The Protect ip v 6. The Protect ip v 6.
*/ */
//private final List<String> protectIpV6 = new ArrayList<>(); //private final List<String> protectIpV6 = new ArrayList<>();
/** /**
@ -578,7 +578,7 @@ public class PengXinAbilityImpl implements DisposeAbility {
// 集团一键处置线上环境不再定时获取设备能力信息 // 集团一键处置线上环境不再定时获取设备能力信息
// 更新防护对象 // 更新防护对象
getDisposeDeviceProtectObject(); //getDisposeDeviceProtectObject();
// 更新心跳状态 // 更新心跳状态
if (timerCnt++ % DisposeConfigValue.HEART_PERIOD_OF_SECOND == 0) { if (timerCnt++ % DisposeConfigValue.HEART_PERIOD_OF_SECOND == 0) {