Give a name to the jgroups cluster.

This commit is contained in:
Andrea Dell'Amico 2022-12-31 14:08:52 +01:00
parent 05c047d3a6
commit 4feb3224cd
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
xsi:schemaLocation="urn:infinispan:config:11.0 http://www.infinispan.org/schemas/infinispan-config-11.0.xsd"
xmlns="urn:infinispan:config:11.0">
<cache-container name="{{ keycloak_cache_container_name }}">
<transport lock-timeout="60000"/>
<cache-container name="keycloak">
<transport cluster="{{ keycloak_cache_container_name }}" lock-timeout="60000"/>
<local-cache name="realms">
<encoding>
<key media-type="application/x-java-object"/>