Skip to content

Commit

Permalink
feat: Merge pull request #183 from pelias/remove_elasticsearch_settings
Browse files Browse the repository at this point in the history
Remove basic Elasticsearch settings
  • Loading branch information
orangejulius committed Oct 17, 2016
2 parents 970d498 + f5f6269 commit 69806c7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,13 +285,6 @@ function generate(){
"mode": "compose"
}
}
},
"index": {
"number_of_replicas": "0",
"number_of_shards": "1",

// A safe default can be 65% of the number of bounded cores (bounded at 32), with a minimum of 8 (which is the default in Lucene).
"index_concurrency": "10"
}
};

Expand Down

0 comments on commit 69806c7

Please sign in to comment.