Skip to content

Commit

Permalink
Fix max connection pool size in smart-metastore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrulya-exe committed Aug 14, 2024
1 parent 113b5ec commit 85a2f04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smart-metastore/src/test/resources/druid-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<entry key="username">""</entry>
<entry key="password">""</entry>

<entry key="initialSize">8</entry>
<entry key="minIdle">4</entry>
<entry key="maxActive">16</entry>
<entry key="initialSize">1</entry>
<entry key="minIdle">1</entry>
<entry key="maxActive">1</entry>

<entry key="maxWait">60000</entry>
<entry key="timeBetweenEvictionRunsMillis">90000</entry>
Expand Down

0 comments on commit 85a2f04

Please sign in to comment.