fix: dblock for db migration / fix: ejb dist caches

This commit is contained in:
Guido Grazioli 2022-01-20 20:56:49 +01:00
commit 3df7a1a2e1
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
2 changed files with 45 additions and 23 deletions

View file

@ -446,6 +446,15 @@
<cacheTemplates>true</cacheTemplates>
<dir>${jboss.home.dir}/themes</dir>
</theme>
{% if keycloak_ha_enabled %}
<spi name="dblock">
<provider name="jpa" enabled="true">
<properties>
<property name="lockWaitTimeout" value="900"/>
</properties>
</provider>
</spi>
{% endif %}
<spi name="eventsStore">
<provider name="jpa" enabled="true">
<properties>