暂时关闭目录订阅的定时刷新,直到此功能完善
This commit is contained in:
parent
3e5e8a900b
commit
c49f6f8337
@ -31,8 +31,9 @@ public class DeviceServiceImpl implements IDeviceService {
|
|||||||
CatalogSubscribeTask catalogSubscribeTask = new CatalogSubscribeTask(device, sipCommander);
|
CatalogSubscribeTask catalogSubscribeTask = new CatalogSubscribeTask(device, sipCommander);
|
||||||
catalogSubscribeTask.run();
|
catalogSubscribeTask.run();
|
||||||
// 提前开始刷新订阅
|
// 提前开始刷新订阅
|
||||||
String cron = getCron(device.getSubscribeCycleForCatalog() - 60);
|
// TODO 暂时关闭目录订阅的定时刷新,直到此功能完善
|
||||||
dynamicTask.startCron(device.getDeviceId(), catalogSubscribeTask, cron);
|
// String cron = getCron(device.getSubscribeCycleForCatalog() - 60);
|
||||||
|
// dynamicTask.startCron(device.getDeviceId(), catalogSubscribeTask, cron);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user