Skip to content

Commit

Permalink
model: Drop a TODO comment
Browse files Browse the repository at this point in the history
The TODO comment refers to a large amount of configuration parameters
which are likely not supposed to be added in their entirety. So, drop
the comment as there seems little value to have it. Further parameters
will be added when need arises.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Apr 19, 2024
1 parent 8dbcd3f commit 49dbb24
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions model/src/main/kotlin/config/PostgresConnection.kt
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,4 @@ data class PostgresConnection(
*/
@JsonInclude(Include.NON_NULL)
val minimumIdle: Int? = null

/**
* TODO: Make additional parameters configurable, see:
* https://jdbc.postgresql.org/documentation/head/connect.html
*/
)

0 comments on commit 49dbb24

Please sign in to comment.