Skip to content

Commit 8109338

Browse files
authored
Merge pull request #1997 from DependencyTrack/tweak-worker-and-dbconn-pool
Raise default DB connection pool size from 20 to 30
2 parents 847dbed + 2aee648 commit 8109338

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apiserver/src/main/resources/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ dt.database.pool.enabled=true
180180
# @category: Database
181181
# @deprecated: Since 5.7.0. Use dt.datasource.pool.max-size instead.
182182
# @type: integer
183-
dt.database.pool.max.size=20
183+
dt.database.pool.max.size=30
184184

185185
# This property controls the minimum number of idle connections in the pool.
186186
# This value should be equal to or less than dt.database.pool.max.size.
@@ -190,7 +190,7 @@ dt.database.pool.max.size=20
190190
# @category: Database
191191
# @deprecated: Since 5.7.0. Use dt.datasource.pool.min-idle instead.
192192
# @type: integer
193-
dt.database.pool.min.idle=10
193+
dt.database.pool.min.idle=15
194194

195195
# This property controls the maximum amount of time that a connection is
196196
# allowed to sit idle in the pool.
@@ -1846,7 +1846,7 @@ dt.dex-engine.activity-worker.package-metadata-resolution.queue-name=package-met
18461846
# @category: Durable Execution
18471847
# @type: integer
18481848
# @required
1849-
dt.dex-engine.activity-worker.package-metadata-resolution.max-concurrency=10
1849+
dt.dex-engine.activity-worker.package-metadata-resolution.max-concurrency=3
18501850

18511851
# Defines the time in milliseconds between flushes of the task event buffer.
18521852
# <br/><br/>

0 commit comments

Comments
 (0)