Commit 4fcecdf6 authored by yanzg's avatar yanzg

修改地址

parent 2b9294b0
......@@ -35,7 +35,7 @@ public class PlanService {
/**
* 用于判断任务是否已经执行,上次执行时间
*/
@CreateCache(name = PlanContains.YZG_PLAN_PLAN, expire = 10, timeUnit = TimeUnit.DAYS, cacheType = CacheType.REMOTE)
@CreateCache(name = PlanContains.YZG_PLAN_PLAN, expire = 365 * 10, timeUnit = TimeUnit.DAYS, cacheType = CacheType.REMOTE)
private Cache<String, PlanInfo<String>> cachePlan;
public PlanService(PlanProcedure planProcedure, PlanRegister planRegister) {
......
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