Skip to content

Commit 7bfa75c

Browse files
authored
Merge pull request quarkusio#36254 from wjglerum/patch-1
Update transaction.adoc
2 parents 7417dc3 + 24d9603 commit 7bfa75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/transaction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ In cloud environments where persistent storage is not available, such as when ap
369369

370370
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.
371371

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

374374

375375
* `type` (_string_): Configure this property to `jdbc` to enable usage of a Quarkus JDBC datasource for transaction logging.

0 commit comments

Comments
 (0)