Skip to content

Commit 23f45c7

Browse files
authored
Increase pool size (#56)
1 parent 09a8c0f commit 23f45c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jdbc/spring-test-db/src/main/resources/application.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ spring.jpa.properties.hibernate.dialect=tech.ydb.hibernate.dialect.YdbDialect
33
spring.datasource.driver-class-name=tech.ydb.jdbc.YdbDriver
44
spring.datasource.url=jdbc:ydb:grpc://localhost:2136/local
55

6-
workers.count=100
6+
workers.count=100
7+
spring.datasource.hikari.maximum-pool-size=200
8+
spring.datasource.hikari.minimum-idle=100

0 commit comments

Comments
 (0)