Skip to content

Commit e45e05a

Browse files
committed
[ML] Lower Scale to Zero to 4 hours
1 parent 5c66eb5 commit e45e05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ public void loadExtensions(ExtensionLoader loader) {
763763
*/
764764
public static final Setting<TimeValue> SCALE_TO_ZERO_AFTER_NO_REQUESTS_TIME = Setting.timeSetting(
765765
"xpack.ml.trained_models.adaptive_allocations.scale_to_zero_time",
766-
TimeValue.timeValueHours(24),
766+
TimeValue.timeValueHours(4),
767767
TimeValue.timeValueMinutes(1),
768768
Property.Dynamic,
769769
Setting.Property.NodeScope

0 commit comments

Comments
 (0)