mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-41910_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
1d453eff25
@ -42,8 +42,13 @@ define('MAX_COURSE_CATEGORIES', 10000);
|
||||
|
||||
/**
|
||||
* Number of seconds to wait before updating lastaccess information in DB.
|
||||
*
|
||||
* We allow overwrites from config.php, useful to ensure coherence in performance
|
||||
* tests results.
|
||||
*/
|
||||
define('LASTACCESS_UPDATE_SECS', 60);
|
||||
if (!defined('LASTACCESS_UPDATE_SECS')) {
|
||||
define('LASTACCESS_UPDATE_SECS', 60);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns $user object of the main admin user
|
||||
|
Loading…
x
Reference in New Issue
Block a user