Skip to content

Commit

Permalink
[#168] Fix cachecheck cron
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhilton committed Nov 19, 2023
1 parent 9094163 commit b88e0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
$tasks = [
[
'classname' => 'tool_heartbeat\task\cachecheck',
'minute' => '*',
'minute' => '0',
'hour' => '*/8',
'day' => '*',
'dayofweek' => '*',
Expand Down

0 comments on commit b88e0df

Please sign in to comment.