You are looking at documentation for an older release. Not what you want? See the current release documentation.
The service configuration is located at
repository-configuration.xml
in the web application. The file can be found in various locations.
For example:
<lock-manager>
<time-out>15m</time-out><!-- 15min -->
<persister class="org.exoplatform.services.jcr.impl.core.lock.FileSystemLockPersister">
<properties>
<property name="path" value="../temp/lock/gadgets" />
</properties>
</persister>
</lock-manager>
time-out
: Time after which the
unused global lock will be removed.
persister
: A class for storing lock
information for future use. For example, remove lock after jcr
restart.
path
: A lock folder. Each workspace has its own one.
See Lock Manager configuration for advanced configuration of LockManager.
Also see lock-remover-max-threads.