Skip to content

Commit

Permalink
feat: Merge pull request #36 from pelias/add-elasticsearch-settings
Browse files Browse the repository at this point in the history
Add Elasticsearch settings
  • Loading branch information
orangejulius authored Oct 17, 2016
2 parents 14b4aca + ac95ac8 commit 54c4c44
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
"level": [ "error", "warning" ]
}]
},
"elasticsearch": {
"settings": {
"index": {
"number_of_replicas": "0",
"number_of_shards": "1",
"index_concurrency": "10",
"refresh_interval": "1m"
}
}
},
"dbclient": {
"statFrequency": 10000
},
Expand Down
10 changes: 10 additions & 0 deletions config/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
"level": [ "error", "warning" ]
}]
},
"elasticsearch": {
"settings": {
"index": {
"number_of_replicas": "0",
"number_of_shards": "1",
"index_concurrency": "10",
"refresh_interval": "1m"
}
}
},
"dbclient": {
"statFrequency": 10000
},
Expand Down

0 comments on commit 54c4c44

Please sign in to comment.