We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec75ae commit 6e172dbCopy full SHA for 6e172db
x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/Utils.java
@@ -89,8 +89,7 @@ public static ScalingExecutorBuilder[] inferenceUtilityExecutors() {
89
TimeValue.timeValueMinutes(10),
90
false,
91
"xpack.inference.inference_response_thread_pool"
92
- )
93
- };
+ ) };
94
}
95
96
public static void storeSparseModel(String inferenceId, ModelRegistry modelRegistry) throws Exception {
0 commit comments