remove deprecated MAX_THREADS option

This option doesn't seem to exists anymore in elasticsearch. It's not present in current versions of system configuration provided by recent elasticsearch packages and there is no code using it inside elasticsearch.
This commit is contained in:
Julien Mailleret 2019-11-26 23:36:03 +01:00
parent 6217e9485e
commit dc813aec3d
No known key found for this signature in database
GPG key ID: F065093271C8DE71
3 changed files with 0 additions and 7 deletions

View file

@ -28,7 +28,6 @@ es_data_dirs:
es_log_dir: "/var/log/elasticsearch"
es_action_auto_create_index: true
es_max_open_files: 65536
es_max_threads: 8192
es_max_map_count: 262144
es_allow_downgrades: false
es_xpack_features: []