提交 907fc05c 编写于 作者: K kohsuke

ProcessTreeKiller is on by default now.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@12973 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c42edb58
......@@ -592,8 +592,8 @@ public abstract class ProcessTreeKiller {
* Flag to control this feature.
*
* <p>
* This feature is still experimental, so it is disabled by default.
* In distributed environment, this flag needs to be enabled per slave.
* This feature involves some native code, so we are allowing the user to disable this
* in case there's a fatal problem.
*/
public static boolean enabled = Boolean.getBoolean(ProcessTreeKiller.class.getName());
public static boolean enabled = !Boolean.getBoolean(ProcessTreeKiller.class.getName()+".disable");
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册