Skip to content
Snippets Groups Projects
Commit 981d9a9f authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '331-reduce-number-of-connections-in-the-pool' into 'master'

Resolve "reduce number of connections in the pool"

Closes #331

See merge request piotr.gawron/minerva!219
parents 73accf37 9b061520
No related branches found
No related tags found
1 merge request!219Resolve "reduce number of connections in the pool"
Pipeline #
......@@ -17,7 +17,7 @@
<property name="jdbcUrl" value="${database.uri}" />
<property name="user" value="${database.username}" />
<property name="password" value="${database.password}" />
<property name="maxPoolSize" value="100" />
<property name="maxPoolSize" value="90" />
<property name="maxStatements" value="5" />
<property name="minPoolSize" value="5" />
</bean>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment