-
Improvement
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_310_STABLE
-
MDL-69573-Master -
In our moodle site, there are a category with more than 10 000 courses. It will be great if we can set MAX_COURSES_IN_CATEGORY in an admin setting instead of modifying lib/datalib.php file
Regards
{{
{debugging("The number of courses (category id: $str) has reached MAX_COURSES_IN_CATEGORY (" . MAX_COURSES_IN_CATEGORY . "), it will cause a sorting performance issue, please increase the value of MAX_COURSES_IN_CATEGORY in lib/datalib.php file. See tracker issue: MDL-25669", DEBUG_DEVELOPER);}}