Skip to content

Commit 98edf6c

Browse files
Merge pull request #3634 from EclipseFdn/main
Increase database connection pool size
2 parents 5cfa3f9 + 3e4e8f7 commit 98edf6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/application.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spring:
3232
config: classpath:ehcache.xml
3333
datasource:
3434
hikari:
35-
maximum-pool-size: 10
35+
maximum-pool-size: 20
3636
leak-detection-threshold: 30000
3737
flyway:
3838
baseline-on-migrate: false

0 commit comments

Comments
 (0)