diff --git a/src/main/xar-resources/data/configuration/configuration.xml b/src/main/xar-resources/data/configuration/configuration.xml index b773c12b..9f8ad116 100644 --- a/src/main/xar-resources/data/configuration/configuration.xml +++ b/src/main/xar-resources/data/configuration/configuration.xml @@ -5,7 +5,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink"> Application Server Configuration - 3Q19 + 1Q20 operations @@ -446,7 +446,7 @@ of these Lock Manager settings should not be modified unless otherwise suggested by eXist-db Core Development Team. - lock-table/@disabled + lock-table/@disabled Disables the database Lock Table which tracks database locks. The Lock Table is enabled by default and allows reporting on database locking via JMX. @@ -456,6 +456,14 @@ Unless nessecary, it is recommened to leave this enabled. + + document/@use-path-locks + + Experimental: Causes path locks to be used for documents as well as collection locks. + This has a performance and concurrency impact, but will ensure that you cannot have deadlocks between Collections and Documents. + Unless nessecary, it is recommened to leave this at its default value. + +