Merge branch 'MDL-73748-master-check_for_updates' of https://github.com/mudrd8mz/moodle

This commit is contained in:
Andrew Nicols 2022-02-18 10:49:16 +08:00
commit feec9bbb98

View File

@ -242,8 +242,8 @@ $tasks = array(
array(
'classname' => 'core\task\check_for_updates_task',
'blocking' => 0,
'minute' => '0',
'hour' => '*/2',
'minute' => 'R',
'hour' => 'R',
'day' => '*',
'dayofweek' => '*',
'month' => '*'