forked from ISTI-ansible-roles/ansible-roles
fixing orientdb server configuration
This commit is contained in:
parent
7af0c2337c
commit
19230c6ef7
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<orient-server>
|
||||
<handlers>
|
||||
<handler class="com.orientechnologies.orient.graph.handler.OGraphServerHandler">
|
||||
<parameters>
|
||||
<parameter value="true" name="enabled"/>
|
||||
<parameter value="50" name="graph.pool.max"/>
|
||||
</parameters>
|
||||
</handler>
|
||||
<handler class="com.orientechnologies.orient.graph.handler.OGraphServerHandler">
|
||||
<parameters>
|
||||
<parameter value="true" name="enabled"/>
|
||||
<parameter value="50" name="graph.pool.max"/>
|
||||
</parameters>
|
||||
</handler>
|
||||
<handler class="com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin">
|
||||
<parameters>
|
||||
<parameter value="{{ orientdb_distributed | ternary('true','false') }}" name="enabled"/>
|
||||
|
@ -85,7 +85,7 @@
|
|||
<entry value="Cache-Control: max-age=120" name="http.cache:default"/>
|
||||
</parameters>
|
||||
</command>
|
||||
<command implementation="com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi" pattern="GET|gephi/*" stateful="false"/>
|
||||
<command implementation="com.orientechnologies.orient.server.network.protocol.http.command.get.OServerCommandGetGephi" pattern="GET|gephi/*" stateful="false"/>
|
||||
</commands>
|
||||
<parameters>
|
||||
<parameter value="utf-8" name="network.http.charset"/>
|
||||
|
|
Loading…
Reference in New Issue