提交 e73f18a2 编写于 作者: Z zhourui

修改CheckEventComment定时任务

上级 18dac4f0
......@@ -38,7 +38,7 @@ public class ThisApplication {
// 每30秒检查一次需要推送的消息
context.schedule(AlarmTrigger.class, "0/30 * * * * ?");
// 每两小时检查一次comment信息的引用情况,删除多余的不必要的数据
context.schedule(CheckEventComment.class, "* * */2 * * ?");
context.schedule(CheckEventComment.class, "4 4 */2 * * ?");
} catch (Exception e) {
e.printStackTrace();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册