Skip to content

Commit

Permalink
add deadlock detector
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Apr 10, 2013
1 parent f6a6aa0 commit a9aad0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Expand Up @@ -39,7 +39,10 @@

<locking useLockStriping="false" />

<eviction maxEntries="100" strategy="LRU" threadPolicy="DEFAULT"/>
<deadlockDetection enabled="true" spinDuration="1000"/>


<eviction maxEntries="100" strategy="LRU" threadPolicy="DEFAULT"/>

<transaction
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
Expand Down
Expand Up @@ -38,6 +38,8 @@
</clustering>

<locking useLockStriping="false" />

<deadlockDetection enabled="true" spinDuration="1000"/>

<eviction maxEntries="100" strategy="LRU" threadPolicy="DEFAULT"/>

Expand Down

0 comments on commit a9aad0a

Please sign in to comment.