File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apiserver/src/main/resources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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/>
You can’t perform that action at this time.
0 commit comments