parent
16acbbbcae
commit
f3e96d85be
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue