Skip to content

Commit

Permalink
db - set maximum pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
chinnawatsut committed Mar 23, 2024
1 parent 87bca7c commit 987ac9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbazaar/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring.datasource.url=
spring.datasource.username=
spring.datasource.password=
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.maximumPoolSize=1
spring.datasource.hikari.maximum-pool-size=1

spring.sql.init.mode=always
spring.sql.init.schema-locations=classpath:sql/schema/*.sql
Expand Down

0 comments on commit 987ac9f

Please sign in to comment.