Added configuration to autoRemoveOfflineServers as suggested from orientdb team https://github.com/orientechnologies/orientdb/issues/6862 to solve quorum issue
This commit is contained in:
parent
c661e65f90
commit
9da8966620
|
@ -90,6 +90,7 @@
|
|||
<entry value="1" name="db.pool.min"/>
|
||||
<entry value="50" name="db.pool.max"/>
|
||||
<entry value="true" name="profiler.enabled"/>
|
||||
<entry value="0" name="distributed.autoRemoveOfflineServers"/>
|
||||
<entry value="{{ orientdb_data_dir }}" name="server.database.path" />
|
||||
</properties>
|
||||
<hooks>
|
||||
|
|
Loading…
Reference in New Issue