perf: 站点IP监控前先同步一下IP

This commit is contained in:
xiaojunnuo
2025-07-01 22:33:27 +08:00
parent 7c0f43c8a3
commit a080b606ab
4 changed files with 51 additions and 21 deletions
@@ -225,7 +225,7 @@ export class SiteInfoService extends BaseService<SiteInfoEntity> {
logger.error("send notify error", e);
}
};
await this.siteIpService.checkAll(site, retryTimes,onFinished);
await this.siteIpService.syncAndCheck(site, retryTimes,onFinished);
}
/**