Disk threshold decider is enabled by default (#50222)

An old comment had survived after the default was flipped.

Relates #6204
This commit is contained in:
Henning Andersen 2019-12-16 12:42:42 +01:00 committed by Henning Andersen
parent 73add726d7
commit 4ced237a7f
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ import static org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
* exact byte values for free space (like "500mb")
*
* <code>cluster.routing.allocation.disk.threshold_enabled</code> is used to
* enable or disable this decider. It defaults to false (disabled).
* enable or disable this decider. It defaults to true (enabled).
*/
public class DiskThresholdDecider extends AllocationDecider {