Skip to content

Commit

Permalink
refacctor: ♻️ regulate connection pool (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar-s authored Nov 11, 2023
1 parent 07c0cac commit 420c266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/classes/hibernate.cfg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<property name="hibernate.connection.password">postgres123</property>
<property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/biodiv</property>

<property name="connection_pool_size">100</property>
<property name="connection_pool_size">10</property>

<property name="hbm2ddl.auto">update</property>

Expand Down

0 comments on commit 420c266

Please sign in to comment.