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
@@ -5,6 +5,8 @@ quarkus:
port: 8086
redis:
hosts: redis://${REDIS_HOST:localhost}:${REDIS_PORT:6379}
max-pool-size: 64
max-pool-waiting: 128
grpc:
server:
port: 9086