Merge pull request 'Update 'templates/orientdb-server-config.xml.j2'' (#4) from roberto.cirillo-19979 into master

This commit is contained in:
Andrea Dell'Amico 2020-10-20 15:40:58 +02:00
commit fb71532efa
1 changed files with 3 additions and 3 deletions

View File

@ -9,14 +9,14 @@
</parameters>
</handler>
{% endif %}
<handler class="com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin">
<!--handler class="com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin">
<parameters>
<parameter value="{{ orientdb_distributed | ternary('true','false') }}" name="enabled"/>
<parameter value="{{ ansible_hostname }}" name="nodeName"/>
<parameter value="${ORIENTDB_HOME}/config/default-distributed-db-config.json" name="configuration.db.default"/>
<parameter value="${ORIENTDB_HOME}/config/hazelcast.xml" name="configuration.hazelcast"/>
</parameters>
</handler>
</handler-->
<handler class="com.orientechnologies.orient.server.handler.OJMXPlugin">
<parameters>
<parameter value="false" name="enabled"/>
@ -106,7 +106,7 @@
<entry value="50" name="script.pool.maxSize"/>
<!-- Profile is available in enterprise edition only http://orientdb.com/docs/3.0.x/tuning/Profiler.html -->
<entry value="false" name="profiler.enabled"/>
<entry value="0" name="distributed.autoRemoveOfflineServers"/>
<!--entry value="0" name="distributed.autoRemoveOfflineServers"/ -->
<entry value="{{ orientdb_data_dir }}" name="server.database.path" />
</properties>
<hooks>