Skip to content
Snippets Groups Projects
Unverified Commit 251171c3 authored by Jason Tedor's avatar Jason Tedor
Browse files

[elasticsearch] Remove unneeded multicast setting

parent 5488e978
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,6 @@ public class ElasticsearchClient extends DB {
Builder settings = Settings.settingsBuilder()
.put("node.local", "true")
.put("path.data", System.getProperty("java.io.tmpdir") + "/esdata")
.put("discovery.zen.ping.multicast.enabled", "false")
.put("index.mapping._id.indexed", "true")
.put("index.gateway.type", "none")
.put("index.number_of_shards", "1")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment