Commit 2730d903 authored by huangjiamin's avatar huangjiamin

七天过期清除改为三天过期清除

parent 77eee592
...@@ -344,7 +344,7 @@ public class BrowserTask { ...@@ -344,7 +344,7 @@ public class BrowserTask {
/** /**
* 删除逾期IP * 删除逾期IP
* *
* 每天凌晨1点查询 {@code validTime}早于7天前,并且未被删除的ip。 * 每小时查询 {@code validTime}早于3天前,并且未被删除的ip。
* 调用{@code deleteOverdueIp}删除IP资源 * 调用{@code deleteOverdueIp}删除IP资源
*/ */
@Scheduled(cron = "0 0 * * * ?") @Scheduled(cron = "0 0 * * * ?")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment