Changes for page Database properties


From version 1.2
edited by awa
on 18.08.2022, 13:02
Change comment: There is no comment for this version
To version 1.3
edited by awa
on 18.08.2022, 13:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,6 +12,6 @@
12 12  |db.connection.connnections.unreturned.timeout|0|no|The maximum lifetime in milliseconds of a connection in the connection pool. A value of {{code language="none"}}0{{/code}} indicates no maximum lifetime. However, the {{code language="none"}}db.connection.connnections.timeout{{/code}} setting still applies.
13 13  |db.connection.connnections.leakdetection_threshold|0|no|The amount of time in milliseconds that a connection can be out of the connection pool before a message is logged indicating a possible connection leak. A value of {{code language="none"}}0{{/code}} means that leak detection is disabled. Lowest acceptable value for enabling leak detection is {{code language="none"}}2000{{/code}}.
14 14  |db.connection.dbms.shortname|-|no|The type of database management system. Possible values are {{code language="none"}}mysql{{/code}} (MySQL), {{code language="none"}}oracle{{/code}} (Oracle), {{code language="none"}}postgresql{{/code}} (PostgreSQL), {{code language="none"}}sqlserver{{/code}} (SQLServer), and {{code language="none"}}h2db{{/code}} (H2 Server).
15 -|db.auto.update|true|no|When enabled, all available database and system updates are run automatically when the {{formcycle/}} application is started.
16 -|db.update.callback.mails|(empty)|no|When the automatic update finishes, a report is sent to these mail addresses. The report contains the status of the update (success or error) and information about the error, if one occurred.
15 +|{{version major="7" minor="1"/}} db.auto.update|true|no|When enabled, all available database and system updates are run automatically when the {{formcycle/}} application is started.
16 +|{{version major="7" minor="1"/}} db.update.callback.mails|(empty)|no|When the automatic update finishes, a report is sent to these mail addresses. The report contains the status of the update (success or error) and information about the error, if one occurred.
17 17  {{/table}}