]> git.mjollnir.org Git - moodle.git/commit
Use the new $CFG->dbpersist variable in config.php to determine whether
authormoodler <moodler>
Fri, 9 May 2003 02:20:03 +0000 (02:20 +0000)
committermoodler <moodler>
Fri, 9 May 2003 02:20:03 +0000 (02:20 +0000)
commit9f71c9e713d38e087f6eb6f1e776441dd20a5aee
treeea25c9974c010c81819e0318b7d13eb7e2213f5c
parent6c8e8b5ed4df3dbdb930038ea11cb6159f070bc5
Use the new $CFG->dbpersist variable in config.php to determine whether
to use persistent connections or not.  The default is to use them (for
speed/efficiency) but now they can be switched off with:

$CFG->dbpersist = false;
lib/setup.php