File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,15 @@ public static ClusterService mockClusterService(Settings settings) {
7272 }
7373
7474 public static ScalingExecutorBuilder [] inferenceUtilityExecutors () {
75- return new ScalingExecutorBuilder [] {new ScalingExecutorBuilder (
76- UTILITY_THREAD_POOL_NAME ,
77- 1 ,
78- 4 ,
79- TimeValue .timeValueMinutes (10 ),
80- false ,
81- "xpack.inference.utility_thread_pool"
82- )};
75+ return new ScalingExecutorBuilder [] {
76+ new ScalingExecutorBuilder (
77+ UTILITY_THREAD_POOL_NAME ,
78+ 1 ,
79+ 4 ,
80+ TimeValue .timeValueMinutes (10 ),
81+ false ,
82+ "xpack.inference.utility_thread_pool"
83+ ) };
8384 }
8485
8586 public static void storeSparseModel (String inferenceId , ModelRegistry modelRegistry ) throws Exception {
You can’t perform that action at this time.
0 commit comments