Delayed Connection Commit/Rollback Timeout

When the Server is asked to rollback or commit a JDBC connection on a data source, it will wait until all the result sets are closed. This timeout controls how long the server will wait. After the timeout, if there are still open result sets, the connection is forcibly closed.

Data Type

Number

Default

300

Remarks

If the timeout value is 0, the server will not timeout.