Skip to content

Commit

Permalink
Update transaction.adoc
Browse files Browse the repository at this point in the history
Fix typo in config key

(cherry picked from commit 24d9603)
  • Loading branch information
wjglerum authored and gsmet committed Oct 3, 2023
1 parent a8d6bec commit b56e6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/transaction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ In cloud environments where persistent storage is not available, such as when ap

IMPORTANT: While there are several benefits to using a database to store transaction logs, you might notice a reduction in performance compared with using the file system to store the logs.

Quarkus allows the following JDBC-specific configuration of the object store included in `quarkus.transacion-manager.object-store.<property>` properties, where <property> can be:
Quarkus allows the following JDBC-specific configuration of the object store included in `quarkus.transaction-manager.object-store.<property>` properties, where <property> can be:

* `type` (_string_): Configure this property to `jdbc` to enable usage of a Quarkus JDBC datasource for transaction logging.
The default value is `file-system`.
Expand Down

0 comments on commit b56e6d8

Please sign in to comment.