Update 'templates/orientdb-server-config.xml.j2'

Removed unneeded tag'isAfterFirstTime' and commented 'hooks' tag which is no more needed
This commit is contained in:
Luca Frosini 2022-03-17 16:43:39 +01:00
parent 8d25c3bff2
commit 377037c601
1 changed files with 2 additions and 1 deletions

View File

@ -109,10 +109,11 @@
<!--entry value="0" name="distributed.autoRemoveOfflineServers"/ -->
<entry value="{{ orientdb_data_dir }}" name="server.database.path" />
</properties>
<!--
<hooks>
{% for class in orientdb_hooks_classes %}
<hook class="{{ class.name }}" position="{{ class.position }}"/>
{% endfor %}
</hooks>
<isAfterFirstTime>true</isAfterFirstTime>
-->
</orient-server>