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.
710
706
spring.jta.atomikos.properties.enable-logging=true # Enable disk logging.
711
707
spring.jta.atomikos.properties.force-shutdown-on-vm-exit=false # Specify if a VM shutdown should trigger forced shutdown of the transaction core.
712
708
spring.jta.atomikos.properties.log-base-dir= # Directory in which the log files should be stored.
713
709
spring.jta.atomikos.properties.log-base-name=tmlog # Transactions log file base name.
714
710
spring.jta.atomikos.properties.max-actives=50 # Maximum number of active transactions.
715
711
spring.jta.atomikos.properties.max-timeout=300000 # Maximum timeout (in milliseconds) that can be allowed for transactions.
716
-
spring.jta.atomikos.properties.output-dir= # Directory in which to store the debug log files.
717
712
spring.jta.atomikos.properties.serial-jta-transactions=true # Specify if sub-transactions should be joined when possible.
718
713
spring.jta.atomikos.properties.service= # Transaction manager implementation that should be started.
719
714
spring.jta.atomikos.properties.threaded-two-phase-commit=true # Use different (and concurrent) threads for two-phase commit on the participating resources.
0 commit comments