[ML] Remove redundant comment

Original commit: elastic/x-pack-elasticsearch@7d3d1fdfb5
This commit is contained in:
Martijn van Groningen 2017-03-27 09:05:11 +02:00
parent 0255c45f1f
commit 6709b43b97
1 changed files with 0 additions and 1 deletions

View File

@ -440,7 +440,6 @@ public class MachineLearning implements ActionPlugin {
FixedExecutorBuilder ml = new FixedExecutorBuilder(settings, THREAD_POOL_NAME,
maxNumberOfJobs * 2, 1000, "xpack.ml.thread_pool");
// fail quick to run autodetect process / datafeed, so no queues
// 3 threads: for c++ logging, result processing, state processing
FixedExecutorBuilder autoDetect = new FixedExecutorBuilder(settings, AUTODETECT_PROCESS_THREAD_POOL_NAME,
maxNumberOfJobs * 3, 200, "xpack.ml.autodetect_process_thread_pool");