mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
[ML] Remove redundant comment
Original commit: elastic/x-pack-elasticsearch@7d3d1fdfb5
This commit is contained in:
parent
0255c45f1f
commit
6709b43b97
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user