Merge branch 'MDL-65179-master' of https://github.com/sammarshallou/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2019-04-16 22:37:23 +02:00
3 changed files with 91 additions and 2 deletions
+3
View File
@@ -45,6 +45,9 @@ define('MAX_COURSE_CATEGORIES', 10000);
*
* We allow overwrites from config.php, useful to ensure coherence in performance
* tests results.
*
* Note: For web service requests in the external_tokens field, we use a different constant
* webservice::TOKEN_LASTACCESS_UPDATE_SECS.
*/
if (!defined('LASTACCESS_UPDATE_SECS')) {
define('LASTACCESS_UPDATE_SECS', 60);