Skip to content

Commit 3383a32

Browse files
authored
Merge pull request #2066 from DependencyTrack/update-config-docs
Update config docs
2 parents a67d0a5 + 31264dd commit 3383a32

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

docs/reference/configuration/api-server.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,66 @@ Defines the interval in milliseconds in which the activity task scheduler polls
14261426
</table>
14271427

14281428

1429+
---
1430+
1431+
### dt.dex-engine.activity-worker.artifact-import.enabled
1432+
1433+
Defines whether the artifact import activity worker should be enabled.
1434+
1435+
1436+
1437+
<table>
1438+
<tbody style="border: 0">
1439+
<tr>
1440+
<th style="text-align: right">Required</th>
1441+
<td style="border-width: 0">false</td>
1442+
</tr>
1443+
<tr>
1444+
<th style="text-align: right">Type</th>
1445+
<td style="border-width: 0"><code>boolean</code></td>
1446+
</tr>
1447+
<tr>
1448+
<th style="text-align: right">Default</th>
1449+
<td style="border-width: 0"><code>true</code></td>
1450+
</tr>
1451+
<tr>
1452+
<th style="text-align: right">ENV</th>
1453+
<td style="border-width: 0"><code>DT_DEX_ENGINE_ACTIVITY_WORKER_ARTIFACT_IMPORT_ENABLED</code></td>
1454+
</tr>
1455+
</tbody>
1456+
</table>
1457+
1458+
1459+
---
1460+
1461+
### dt.dex-engine.activity-worker.artifact-import.max-concurrency
1462+
1463+
Defines the maximum concurrency of the artifact import activity worker.
1464+
1465+
1466+
1467+
<table>
1468+
<tbody style="border: 0">
1469+
<tr>
1470+
<th style="text-align: right">Required</th>
1471+
<td style="border-width: 0">true</td>
1472+
</tr>
1473+
<tr>
1474+
<th style="text-align: right">Type</th>
1475+
<td style="border-width: 0"><code>integer</code></td>
1476+
</tr>
1477+
<tr>
1478+
<th style="text-align: right">Default</th>
1479+
<td style="border-width: 0"><code>10</code></td>
1480+
</tr>
1481+
<tr>
1482+
<th style="text-align: right">ENV</th>
1483+
<td style="border-width: 0"><code>DT_DEX_ENGINE_ACTIVITY_WORKER_ARTIFACT_IMPORT_MAX_CONCURRENCY</code></td>
1484+
</tr>
1485+
</tbody>
1486+
</table>
1487+
1488+
14291489
---
14301490

14311491
### dt.dex-engine.activity-worker.default.enabled

0 commit comments

Comments
 (0)