Skip to content

Commit

Permalink
Merge pull request #1531 from DependencyTrack/update-config-docs
Browse files Browse the repository at this point in the history
Update config docs
  • Loading branch information
nscuro authored Sep 20, 2024
2 parents f97cde9 + 1fa4bf6 commit fafde11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/configuration/api-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ This property controls the minimum number of idle connections in the pool. This

### alpine.database.url

Specifies the JDBC URL to use when connecting to the database.
Specifies the JDBC URL to use when connecting to the database. For best performance, set the `reWriteBatchedInserts` query parameter to `true`.

<table>
<tbody style="border: 0">
Expand All @@ -424,7 +424,7 @@ Specifies the JDBC URL to use when connecting to the database.
</tr>
<tr>
<th style="text-align: right">Example</th>
<td style="border-width: 0"><code>jdbc:postgresql://localhost:5432/dtrack</code></td>
<td style="border-width: 0"><code>jdbc:postgresql://localhost:5432/dtrack?reWriteBatchedInserts=true</code></td>
</tr>
<tr>
<th style="text-align: right">ENV</th>
Expand Down

0 comments on commit fafde11

Please sign in to comment.