Skip to content

Commit

Permalink
Hikari pool size 70
Browse files Browse the repository at this point in the history
  • Loading branch information
physcom committed Oct 16, 2023
1 parent aff93b4 commit e5c7b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Expand Up @@ -58,7 +58,7 @@ management.metrics.export.prometheus.step=15s
#spring.jpa.properties.hibernate.generate_statistics=true

### HIKARI
spring.datasource.hikari.maximum-pool-size=50
spring.datasource.hikari.maximum-pool-size=70
spring.datasource.hikari.connectionTimeout=30000
spring.datasource.hikari.idleTimeout=600000
spring.datasource.hikari.maxLifetime=1800000

0 comments on commit e5c7b26

Please sign in to comment.