Skip to content

Commit

Permalink
[#135] Reduce number of times task is run
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhilton committed Oct 26, 2023
1 parent 3741f28 commit a17a285
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 @@ -27,7 +27,7 @@
[
'classname' => 'tool_heartbeat\task\cachecheck',
'minute' => '*',
'hour' => '*',
'hour' => '*/8',
'day' => '*',
'dayofweek' => '*',
'month' => '*',
Expand Down

0 comments on commit a17a285

Please sign in to comment.