Commit 1805d5e3 authored by yanzg's avatar yanzg

修复等待时间

parent a89e7924
......@@ -82,6 +82,6 @@ public class AspectLogTime implements ThreadNext.Next, InitializingBean {
@Override
public int getNextTime() {
return 5 * 60 * 1000;
return 2 * 60 * 1000;
}
}
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