Skip to content

Commit

Permalink
Merge pull request #136 from InseeFr/dev-pool-size
Browse files Browse the repository at this point in the history
Dev pool size
  • Loading branch information
loichenninger authored Jul 28, 2022
2 parents 37dd69b + 36b34b2 commit 9a5f9ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>fr.insee</groupId>
<artifactId>Pogues-BO</artifactId>
<packaging>war</packaging>
<version>4.0.1</version>
<version>4.0.2</version>
<name>Pogues-BO</name>

<properties>
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ spring.config.import=optional:classpath:env/${fr.insee.pogues.env:dev}/pogues-bo
spring.datasource.url=jdbc:postgresql://${fr.insee.pogues.persistence.database.host}:${fr.insee.pogues.persistence.database.port}/${fr.insee.pogues.persistence.database.schema}
spring.datasource.username=${fr.insee.pogues.persistence.database.user}
spring.datasource.password=${fr.insee.pogues.persistence.database.password}
# Max pool size is 8 normally but to leave room to DDI-Access-services we put 4
spring.datasource.hikari.minimum-idle=4
spring.datasource.hikari.maximum-pool-size=4

# SSL
fr.insee.pogues.force.ssl=false
Expand Down

0 comments on commit 9a5f9ed

Please sign in to comment.