Skip to content

Commit

Permalink
added system property for infinispan replication timeout in clustered…
Browse files Browse the repository at this point in the history
… configuration
  • Loading branch information
fasseg committed Nov 14, 2013
1 parent 234b9ef commit 1092b65
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -156,7 +156,7 @@
updating nodes within the same process. If you're not sure, use pessimistic locking.
-->
<clustering mode="distribution">
<sync/>
<sync replTimeout="${fcrepo.ispn.replication.timeout:10000}" />
<l1 enabled="false" lifespan="0" onRehash="false"/>
<hash numOwners="${fcrepo.ispn.numOwners:2}" numSegments="40"/>
<stateTransfer chunkSize="100" fetchInMemoryState="true"/>
Expand Down

0 comments on commit 1092b65

Please sign in to comment.