run with native process by default

Original commit: elastic/x-pack-elasticsearch@c73beec522
This commit is contained in:
Martijn van Groningen 2016-12-16 15:21:11 +01:00
parent eaca8fb06a
commit e3ec908828
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public class PrelertPlugin extends Plugin implements ActionPlugin {
public static final String AUTODETECT_PROCESS_THREAD_POOL_NAME = NAME + "_autodetect_process";
// 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);
private final Settings settings;