Database connections / Database vendor specific parameters in FGLPROFILE |
Connection timeout (in seconds).
dbi.database.stores.ftm.logintime = 5
Set this parameter to raise an SQL error if the connection can not be established after the given number of seconds.
The default is 5 seconds.
Maximum number of rows to be pre-fetched.
dbi.database.stores.ftm.prefetch.rows = 50
You can use this parameter to increase performance. However, the bigger this parameter is, the more memory is used by each program.
The default is 10 rows.