提交 58c23960 编写于 作者: K kohsuke

parallel loading of data is live in 1.302

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@17439 71c3de6d-444a-0410-be80-ed276b4c234a
上级 98812769
......@@ -3262,7 +3262,7 @@ public final class Hudson extends Node implements ItemGroup<TopLevelItem>, Stapl
*/
public static String VIEW_RESOURCE_PATH = "/resources/TBD";
public static boolean PARALLEL_LOAD = Boolean.getBoolean(Hudson.class.getName()+".parallelLoad");
public static boolean PARALLEL_LOAD = !"false".equals(System.getProperty(Hudson.class.getName()+".parallelLoad"));
public static boolean KILL_AFTER_LOAD = Boolean.getBoolean(Hudson.class.getName()+".killAfterLoad");
public static boolean LOG_STARTUP_PERFORMANCE = Boolean.getBoolean(Hudson.class.getName()+".logStartupPerformance");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册