diff --git a/persist/src/main/resources/dataSource.xml b/persist/src/main/resources/dataSource.xml index e6551f4fb1e63988a4faaceb069c69fe2fb7de07..96e982f72af14cf984bdacb2f6bc2bca65d8feb6 100644 --- a/persist/src/main/resources/dataSource.xml +++ b/persist/src/main/resources/dataSource.xml @@ -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>