Skip to content

Instantly share code, notes, and snippets.

@tremes
Created November 26, 2012 10:35
Show Gist options
  • Save tremes/4147581 to your computer and use it in GitHub Desktop.
Save tremes/4147581 to your computer and use it in GitHub Desktop.
<cache-container name="ejb" aliases="sfsb sfsb-cache" default-cache="repl" module="org.jboss.as.clustering.ejb3.infinispan">
<transport lock-timeout="60000"/>
<replicated-cache name="repl" mode="ASYNC" batching="true">
<eviction strategy="LRU" max-entries="10000"/>
</replicated-cache>
<replicated-cache name="remote-connector-client-mappings" mode="SYNC" batching="true"/>
<distributed-cache name="dist" l1-lifespan="0" mode="ASYNC" batching="true">
<eviction strategy="LRU" max-entries="10000"/>
</distributed-cache>
</cache-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment