Add back some 3.0 config options.

This commit is contained in:
Andrea Dell'Amico 2022-05-26 14:37:02 +02:00
parent 72df9ac731
commit 57ef452cd2
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 6 additions and 0 deletions

View File

@ -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>