Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.7.3, 2.8.1
-
Labels:
-
Testing Instructions:
-
Difficulty:Easy
-
Affected Branches:MOODLE_27_STABLE, MOODLE_28_STABLE
-
Fixed Branches:MOODLE_27_STABLE, MOODLE_28_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-48224-master -
Pull Master Diff URL:
-
Sprint:BACKEND Sprint 19
-
Issue size:Medium
Description
Previously the plugin cron was doing get_mailer('buffer'); and get_mailer('close'); - it is now only in lib/classes/task/legacy_plugin_cron_task.php
The forum cron is in separate file mod/forum/classes/task/cron_task.php since 2.7.2 and it does not do it any more, this is a performance regression when $CFG->smtpmaxbulk > 1