Skip to content

Commit

Permalink
Fix dead link in reactive-sql-clients.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdnakt committed Oct 30, 2023
1 parent 3149ece commit 22a68cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/reactive-sql-clients.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ It is the maximum time a connection remains in the pool before it is closed and
The `max-lifetime` allows ensuring the pool has fresh connections with up-to-date configuration.

NOTE: The `max-lifetime` is disabled by default but is an important configuration when using a credentials

Check warning on line 733 in docs/src/main/asciidoc/reactive-sql-clients.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'.", "location": {"path": "docs/src/main/asciidoc/reactive-sql-clients.adoc", "range": {"start": {"line": 733, "column": 65}}}, "severity": "INFO"}
provider that provides time limited credentials, like the link:credentials-provider.adoc[Vault credentials provider].
provider that provides time limited credentials, like the xref:credentials-provider.adoc[Vault credentials provider].

For example, you could ensure connections are recycled after 60 minutes:

Expand Down

0 comments on commit 22a68cd

Please sign in to comment.