Last active
November 4, 2016 16:26
-
-
Save jsanda/dde046258856595134096e6711817886 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cache-container name="hawkular-metrics" | |
default-cache="locks" | |
module="org.wildfly.clustering.server" | |
statistics-enabled="true"> | |
<transport lock-timeout="60000"/> | |
<replicated-cache name="locks" mode="SYNC"> | |
<transaction mode="NON_XA" locking="PESSIMISTIC"/> | |
</replicated-cache> | |
</cache-container |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment