perf:ddns定时任务时间

This commit is contained in:
Xiang
2025-12-09 11:17:26 +08:00
parent 174b7a269c
commit 2e2e69f139

View File

@@ -19,7 +19,7 @@ public class DynamicDomainSchedule {
private final IDomainService IDomainService;
@Scheduled(cron = "0 0/5 * * * ? ")
@Scheduled(cron = "0 0/30 * * * ? ")
public void dynamicDomainSchedule() {
String publicIp = "";
try {