mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-50466 tasks: Specific minute values for log cleanup
This commit is contained in:
parent
38cb73a47f
commit
8daf8d87f2
@ -28,7 +28,7 @@ $tasks = array(
|
||||
array(
|
||||
'classname' => '\logstore_legacy\task\cleanup_task',
|
||||
'blocking' => 0,
|
||||
'minute' => '*',
|
||||
'minute' => 'R',
|
||||
'hour' => '5',
|
||||
'day' => '*',
|
||||
'dayofweek' => '*',
|
||||
|
@ -28,7 +28,7 @@ $tasks = array(
|
||||
array(
|
||||
'classname' => '\logstore_standard\task\cleanup_task',
|
||||
'blocking' => 0,
|
||||
'minute' => '*',
|
||||
'minute' => 'R',
|
||||
'hour' => '4',
|
||||
'day' => '*',
|
||||
'dayofweek' => '*',
|
||||
|
Loading…
x
Reference in New Issue
Block a user