Add back some 3.0 config options.
This commit is contained in:
parent
72df9ac731
commit
57ef452cd2
|
@ -107,6 +107,9 @@
|
|||
<entry value="50" name="db.pool.max"/>
|
||||
<entry value="50" name="script.pool.maxSize"/>
|
||||
<entry value="false" name="profiler.enabled"/>
|
||||
{% if orientdb_version version_compare(3.2.0, '<')) %}
|
||||
<entry value="{{ orientdb_data_dir }}" name="server.database.path" />
|
||||
{% endif %}
|
||||
</properties>
|
||||
{% if orientdb_hooks_enabled %}
|
||||
<hooks>
|
||||
|
@ -115,5 +118,8 @@
|
|||
{% endfor %}
|
||||
</hooks>
|
||||
{% endif %}
|
||||
{% if orientdb_version version_compare(3.2.0, '<')) %}
|
||||
<isAfterFirstTime>true</isAfterFirstTime>
|
||||
{% endif %}
|
||||
|
||||
</orient-server>
|
||||
|
|
Loading…
Reference in New Issue