Skip to content

Commit

Permalink
chore(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 4f3b07e commit 001b125
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 001b125

Please sign in to comment.