Skip to content

Commit

Permalink
Merge pull request #196 from pelias/greenkeeper-pelias-config-2.4.0
Browse files Browse the repository at this point in the history
Update pelias-config to version 2.4.0 🚀
  • Loading branch information
orangejulius authored Dec 5, 2016
2 parents 90376ad + 7224b1f commit fedbfae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"colors": "^1.1.2",
"elasticsearch": "^12.0.1",
"mergeable": "latest",
"pelias-config": "2.3.1"
"pelias-config": "2.4.0"
},
"devDependencies": {
"difflet": "^1.0.1",
Expand Down
1 change: 0 additions & 1 deletion test/fixtures/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,6 @@
"index": {
"number_of_replicas": "999",
"number_of_shards": "1",
"index_concurrency": "10",
"refresh_interval": "1m"
}
},
Expand Down
1 change: 0 additions & 1 deletion test/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ module.exports.tests.index = function(test, common) {
t.equal(typeof s.index, 'object', 'index specified');
t.equal(s.index.number_of_replicas, "0", 'replicas will increase index time');
t.equal(s.index.number_of_shards, "1", 'sharding is only required in a distributed env');
t.equal(s.index.index_concurrency, "10", 'number of concurrent threads that are allowed to perform indexing at the same time');
t.end();
});
};
Expand Down

0 comments on commit fedbfae

Please sign in to comment.