Skip to content

Commit

Permalink
feat: setting db pool min and max sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Apr 15, 2024
1 parent adab8ba commit 5cae7f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/keycloak/configuration/22.0/keycloak.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
health-enabled=true
metrics-enabled=true

# database
db-pool-min-size=5
db-pool-max-size=20

# theme
spi-theme-static-max-age=2592000
spi-theme-cache-themes=true
Expand Down

0 comments on commit 5cae7f9

Please sign in to comment.