Skip to content

Commit

Permalink
Added commented line to swith to TCP the JGroups communication
Browse files Browse the repository at this point in the history
  • Loading branch information
ralgozino committed Mar 13, 2020
1 parent 39a61ae commit 8462bce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions katalog/keycloak/cache-owners.cli
Expand Up @@ -11,5 +11,9 @@ echo * Setting CACHE_OWNERS to "${env.CACHE_OWNERS}" in all cache-containers
/subsystem=infinispan/cache-container=keycloak/distributed-cache=offlineClientSessions:write-attribute(name=owners, value=${env.CACHE_OWNERS:1})
/subsystem=infinispan/cache-container=keycloak/distributed-cache=loginFailures:write-attribute(name=owners, value=${env.CACHE_OWNERS:1})

# Uncomment the following line if you are having infinispan timeout errors, this
# will switch to TCP for the jgroups communication.
# /subsystem=jgroups/channel=ee:write-attribute(name=stack, value=tcp)

run-batch
stop-embedded-server

0 comments on commit 8462bce

Please sign in to comment.