提交 baca983a 编写于 作者: J jialinsun

modify web alert duartion

上级 a61ef475
......@@ -49,7 +49,7 @@ public class WebAlert implements Task {
@Inject
private UrlPatternConfigManager m_urlPatternConfigManager;
private static final long DURATION = TimeHelper.ONE_MINUTE * 1;
private static final long DURATION = TimeHelper.ONE_MINUTE * 5;
private static final int DATA_AREADY_MINUTE = 10;
......@@ -207,7 +207,7 @@ public class WebAlert implements Task {
if (item != null) {
return item.getName();
} else {
throw new RuntimeException("Error config in command code: " + command);
throw new RuntimeException("Error config in web api code: " + command);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册