Skip to content

Commit

Permalink
Revert uws connection pool settings to release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Aug 1, 2024
1 parent a9e3e3d commit 5011571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/META-INF/context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
type="javax.sql.DataSource"
factory="org.apache.tomcat.jdbc.pool.DataSourceFactory"
minEvictableIdleTimeMillis="30000"
maxActive="${uws.maxActive}" maxIdle="1" maxWait="20000" initialSize="5" minIdle="1"
maxActive="1" maxIdle="1" maxWait="20000" initialSize="1" minIdle="1"
username="${uws.username}" password="${uws.password}"
driverClassName="${uws.driverClassName}"
url="${uws.url}"
Expand Down

0 comments on commit 5011571

Please sign in to comment.