Skip to content

Commit

Permalink
hikari pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefDahi committed May 28, 2024
1 parent 7bb3265 commit 527fb30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ spring:
password:
driver-class-name: org.h2.Driver
#data: classpath:data-h2.sql
hikari:
maximum-pool-size: 5
minimum-idle: 1
h2:
console:
enabled: true
Expand Down

0 comments on commit 527fb30

Please sign in to comment.