Skip to content

Commit

Permalink
[esvm] multicast is now a plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 20, 2016
1 parent 936ac45 commit a314a02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion grunt/config/esvm.js
Expand Up @@ -19,7 +19,12 @@ var versionedOpts = [
'node.name': 'elasticsearch_js_test_runner',
'cluster.name': 'elasticsearch_js_test_runners',
'http.port': port,
'network.host': host,
'network.host': host
}
},
{
version: '<3',
config: {
'discovery.zen.ping.multicast.enabled': false
}
},
Expand Down

0 comments on commit a314a02

Please sign in to comment.