We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d67ab76 + e8d1a37 commit 8294f41Copy full SHA for 8294f41
1 file changed
src/main/resources/application.yaml
@@ -61,7 +61,7 @@ spring:
61
charSet: UTF-8
62
hikari:
63
minimumIdle: 2
64
- maximumPoolSize: 10
+ maximumPoolSize: ${HIKARI_MAX_POOL_SIZE:50}
65
idleTimeout: 600000
66
poolName: LRDHikariCP
67
maxLifetime: 1800000
0 commit comments