fix(redis): update Redis configuration with max pool size and waiting parameters
Build & Test (NowChessSystems) TeamCity build finished
Build & Test (NowChessSystems) TeamCity build finished
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -9,7 +9,9 @@ quarkus:
|
||||
artifact-id: security
|
||||
redis:
|
||||
hosts: redis://${REDIS_HOST:localhost}:${REDIS_PORT:6379}
|
||||
max-pool-wait-time: 500ms
|
||||
max-pool-wait-time: 30s
|
||||
max-pool-size: 64
|
||||
max-pool-waiting: 128
|
||||
grpc:
|
||||
clients:
|
||||
rule-grpc:
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user