提交 1b968735 编写于 作者: Y youyong205

modify the task execute time

上级 8ca64b4d
......@@ -46,7 +46,7 @@ public abstract class TaskConsumer implements org.unidal.helper.Threads.Task {
Calendar cal = Calendar.getInstance();
int minute = cal.get(Calendar.MINUTE);
if (minute > 10) {
if (minute > 15) {
return true;
} else {
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册