mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-41910_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
1d453eff25
1 changed files with 6 additions and 1 deletions
|
@ -42,8 +42,13 @@ define('MAX_COURSE_CATEGORIES', 10000);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Number of seconds to wait before updating lastaccess information in DB.
|
* 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
|
* Returns $user object of the main admin user
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue