Limited number of connections

This commit is contained in:
Marcin Grzejszczak
2018-06-05 10:46:04 +02:00
parent be80da9ce7
commit 831f721748

View File

@@ -1,3 +1,5 @@
spring.datasource.url=jdbc:postgresql://postgresql:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=postgres
# no money == small pool size ;)
spring.datasource.hikari.maximum-pool-size=2