How to set Moodle Sql server database connection timeout

How to set Moodle Sql server database connection timeout

by Hannes Beukes -
Number of replies: 0

Hi

I want to know how to set the moodle database connection timeout period for sql server running in iis.

my current config.php is as follows : 


$CFG->dbtype    = 'sqlsrv';

$CFG->dblibrary = 'native';

$CFG->dbhost    = 'localhost';

$CFG->dbname    = 'Moodle2';

$CFG->dbuser    = 'moodleuser';

$CFG->dbpass    = 'qwe123';

$CFG->prefix    = 'mdl_';


Thank you in advance.

Average of ratings: -