Skip to content

Commit

Permalink
bump lock timeout back up, seems to make matters worse
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Apr 12, 2013
1 parent 1053fd5 commit 34175e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -37,7 +37,7 @@
<stateTransfer chunkSize="100" fetchInMemoryState="true"/>
</clustering>

<locking concurrencyLevel="1000" lockAcquisitionTimeout="500" useLockStriping="false" />
<locking concurrencyLevel="1000" lockAcquisitionTimeout="15000" useLockStriping="false" />

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

Expand Down
Expand Up @@ -37,7 +37,7 @@
<stateTransfer chunkSize="100" fetchInMemoryState="true"/>
</clustering>

<locking concurrencyLevel="1000" lockAcquisitionTimeout="500" useLockStriping="false" />
<locking concurrencyLevel="1000" lockAcquisitionTimeout="15000" useLockStriping="false" />

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

Expand Down

0 comments on commit 34175e0

Please sign in to comment.