Skip to content

Commit

Permalink
[elasticsearch] Remove useless setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed Apr 7, 2016
1 parent 251171c commit 0171b67
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public void init() throws DBException {
.put("node.local", "true")
.put("path.data", System.getProperty("java.io.tmpdir") + "/esdata")
.put("index.mapping._id.indexed", "true")
.put("index.gateway.type", "none")
.put("index.number_of_shards", "1")
.put("index.number_of_replicas", "0")
.put("path.home", System.getProperty("java.io.tmpdir"));
Expand Down

0 comments on commit 0171b67

Please sign in to comment.