run with native process by default
Original commit: elastic/x-pack-elasticsearch@c73beec522
This commit is contained in:
parent
eaca8fb06a
commit
e3ec908828
|
@ -122,7 +122,7 @@ public class PrelertPlugin extends Plugin implements ActionPlugin {
|
||||||
public static final String AUTODETECT_PROCESS_THREAD_POOL_NAME = NAME + "_autodetect_process";
|
public static final String AUTODETECT_PROCESS_THREAD_POOL_NAME = NAME + "_autodetect_process";
|
||||||
|
|
||||||
// NORELEASE - temporary solution
|
// NORELEASE - temporary solution
|
||||||
static final Setting<Boolean> USE_NATIVE_PROCESS_OPTION = Setting.boolSetting("useNativeProcess", false, Property.NodeScope,
|
static final Setting<Boolean> USE_NATIVE_PROCESS_OPTION = Setting.boolSetting("useNativeProcess", true, Property.NodeScope,
|
||||||
Property.Deprecated);
|
Property.Deprecated);
|
||||||
|
|
||||||
private final Settings settings;
|
private final Settings settings;
|
||||||
|
|
Loading…
Reference in New Issue