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 e45e05a commit b745193Copy full SHA for b745193
x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/MachineLearning.java
@@ -765,6 +765,7 @@ public void loadExtensions(ExtensionLoader loader) {
765
"xpack.ml.trained_models.adaptive_allocations.scale_to_zero_time",
766
TimeValue.timeValueHours(4),
767
TimeValue.timeValueMinutes(1),
768
+ TimeValue.timeValueHours(72),
769
Property.Dynamic,
770
Setting.Property.NodeScope
771
);
0 commit comments