Skip to content

Commit

Permalink
Merge pull request #1055 from Shreeja-dev/main
Browse files Browse the repository at this point in the history
chore: update maximumPoolSize to 500
  • Loading branch information
ratheesh-kr authored Jan 16, 2025
2 parents b5d36cd + 12b18b8 commit 9b2810c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hub-prime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>org.techbd</groupId>
<artifactId>hub-prime</artifactId>
<version>0.433.0</version>
<version>0.434.0</version>
<packaging>war</packaging>
<name>Tech by Design Hub (Prime)</name>
<description>Tech by Design Hub (Primary)</description>
Expand Down
2 changes: 1 addition & 1 deletion hub-prime/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ org:
username: ${${SPRING_PROFILES_ACTIVE}_TECHBD_UDI_DS_PRIME_JDBC_USERNAME:}
password: ${${SPRING_PROFILES_ACTIVE}_TECHBD_UDI_DS_PRIME_JDBC_PASSWORD:}
driverClassName: org.postgresql.Driver
maximumPoolSize: 1000 # Set to 1000 as per your request
maximumPoolSize: 500 # Set to 500 as per your request
minimumIdle: 100 # Minimum idle connections in the pool
idleTimeout: 300000 # 30 seconds to wait for a connection from the pool
connectionTimeout: 30000 # 5 minutes - idle connections are removed after this time
Expand Down

0 comments on commit 9b2810c

Please sign in to comment.