You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spring.jta.atomikos.properties.default-jta-timeout=10000 # Default timeout for JTA transactions.
718
714
spring.jta.atomikos.properties.enable-logging=true # Enable disk logging.
719
715
spring.jta.atomikos.properties.force-shutdown-on-vm-exit=false # Specify if a VM shutdown should trigger forced shutdown of the transaction core.
720
716
spring.jta.atomikos.properties.log-base-dir= # Directory in which the log files should be stored.
721
717
spring.jta.atomikos.properties.log-base-name=tmlog # Transactions log file base name.
722
718
spring.jta.atomikos.properties.max-actives=50 # Maximum number of active transactions.
723
719
spring.jta.atomikos.properties.max-timeout=300000 # Maximum timeout (in milliseconds) that can be allowed for transactions.
724
-
spring.jta.atomikos.properties.output-dir= # Directory in which to store the debug log files.
725
720
spring.jta.atomikos.properties.serial-jta-transactions=true # Specify if sub-transactions should be joined when possible.
726
721
spring.jta.atomikos.properties.service= # Transaction manager implementation that should be started.
727
722
spring.jta.atomikos.properties.threaded-two-phase-commit=false # Use different (and concurrent) threads for two-phase commit on the participating resources.
0 commit comments