Skip to content

Commit

Permalink
[EXT] Enabled dynamic scripting by default in the test cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed May 19, 2014
1 parent e3531c9 commit ae965bf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -104,6 +104,7 @@ def start(arguments={})
-D es.path.work=#{arguments[:path_work]} \
-D es.network.host=0.0.0.0 \
-D es.discovery.zen.ping.multicast.enabled=true \
-D es.script.disable_dynamic=false \
-D es.node.test=true \
-D es.node.bench=true \
#{arguments[:es_params]} \
Expand Down

0 comments on commit ae965bf

Please sign in to comment.