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 5c66eb5 commit e45e05aCopy full SHA for e45e05a
x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/MachineLearning.java
@@ -763,7 +763,7 @@ public void loadExtensions(ExtensionLoader loader) {
763
*/
764
public static final Setting<TimeValue> SCALE_TO_ZERO_AFTER_NO_REQUESTS_TIME = Setting.timeSetting(
765
"xpack.ml.trained_models.adaptive_allocations.scale_to_zero_time",
766
- TimeValue.timeValueHours(24),
+ TimeValue.timeValueHours(4),
767
TimeValue.timeValueMinutes(1),
768
Property.Dynamic,
769
Setting.Property.NodeScope
0 commit comments