添加TODO注释

pull/231/head
648540858 2021-11-16 18:16:54 +08:00
parent 5d5e5a164f
commit bab5a5ab5e
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ public class DeviceServiceImpl implements IDeviceService {
CatalogSubscribeTask catalogSubscribeTask = new CatalogSubscribeTask(device, sipCommander);
catalogSubscribeTask.run();
// 提前开始刷新订阅
// TODO 使用jain sip的当时刷新订阅
int subscribeCycleForCatalog = device.getSubscribeCycleForCatalog();
// 设置最小值为30
subscribeCycleForCatalog = Math.max(subscribeCycleForCatalog, 30);