Skip to content

Commit

Permalink
Merge pull request #150 from futures/repl-timeout
Browse files Browse the repository at this point in the history
added system property for infinispan replication timeout in clustered configuration
  • Loading branch information
fasseg committed Nov 14, 2013
2 parents 234b9ef + 1092b65 commit 3521f0c
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 3521f0c

Please sign in to comment.