Remove max_local_storage_nodes from elasticsearch.yml (#21467)

Given that the default is now 1, the comment in the config file was outdated. Also considering that the default value is production ready, we shouldn't list it among the values that need attention when going to production.

Relates to #19964
This commit is contained in:
Luca Cavanna 2016-11-10 16:52:38 +01:00 committed by GitHub
parent 4db21db0aa
commit 06aabd9ecd
1 changed files with 0 additions and 4 deletions

View File

@ -86,10 +86,6 @@
#
# ---------------------------------- Various -----------------------------------
#
# Disable starting multiple nodes on a single system:
#
#node.max_local_storage_nodes: 1
#
# Require explicit names when deleting indices:
#
#action.destructive_requires_name: true