提交 ecfeeb2f 编写于 作者: K kohsuke

Reducing the reload cycle to once in a minute, due to the high overhead caused by this.

Modern version of Hudson uses a job result submission via HTTP, so this shouldn't really be an issue at all.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1120 71c3de6d-444a-0410-be80-ed276b4c234a
上级 bb8b279d
......@@ -96,7 +96,7 @@ public abstract class ViewJob<JobT extends ViewJob<JobT,RunT>, RunT extends Run<
reload();
} finally {
reloadingInProgress = false;
nextUpdate = System.currentTimeMillis()+1000;
nextUpdate = System.currentTimeMillis()+1000*60;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册