fix(redis): update Redis configuration with max pool size and waiting parameters
Build & Test (NowChessSystems) TeamCity build finished

This commit is contained in:
2026-05-05 20:01:32 +02:00
parent a10958b0d1
commit 5baf6a7cdb
6 changed files with 17 additions and 5 deletions
@@ -8,6 +8,8 @@ quarkus:
enabled: true
redis:
hosts: redis://${REDIS_HOST:localhost}:${REDIS_PORT:6379}
max-pool-size: 64
max-pool-waiting: 128
datasource:
db-kind: postgresql
username: ${DB_USER:nowchess}