Skip to content

Commit b745193

Browse files
committed
Set upper limit to 72
1 parent e45e05a commit b745193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/MachineLearning.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,7 @@ public void loadExtensions(ExtensionLoader loader) {
765765
"xpack.ml.trained_models.adaptive_allocations.scale_to_zero_time",
766766
TimeValue.timeValueHours(4),
767767
TimeValue.timeValueMinutes(1),
768+
TimeValue.timeValueHours(72),
768769
Property.Dynamic,
769770
Setting.Property.NodeScope
770771
);

0 commit comments

Comments
 (0)