Changed default value for DB persistence
This commit is contained in:
+2
-2
@@ -52,8 +52,8 @@ $CFG->dbhost = 'localhost'; // eg localhost or db.isp.com
|
||||
$CFG->dbname = 'moodle'; // database name, eg moodle
|
||||
$CFG->dbuser = 'username'; // your database username
|
||||
$CFG->dbpass = 'password'; // your database password
|
||||
$CFG->dbpersist = true; // Use persistent database connection?
|
||||
// (should be 'true' for 99% of sites)
|
||||
$CFG->dbpersist = false; // "false" is the most stable setting
|
||||
// "true" can improve performance sometimes
|
||||
$CFG->prefix = 'mdl_'; // Prefix to use for all table names
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user