Skip to content

Commit ce2186b

Browse files
committed
chore: right size hikari maximum pool size 30 to 10
1 parent ae80105 commit ce2186b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spring:
1010
auto-commit: false
1111
pool-name: dobby-db-pool
1212
minimum-idle: 10
13-
maximum-pool-size: 30
13+
maximum-pool-size: 10
1414
connection-timeout: 60000
1515
jpa:
1616
hibernate:

0 commit comments

Comments
 (0)