Change time period to refresh cache to 5 hours. #535
This commit is contained in:
parent
b730e9b43a
commit
eaac08e84a
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class RefreshLatestActiveJobOrderCacheCommand extends Command
|
|||
fwrite($tmp_cache_log, 'Cleared latest active jo cache...' . "\n");
|
||||
|
||||
$date = new DateTime();
|
||||
$date->modify('-1 day');
|
||||
$date->modify('-5 hour');
|
||||
|
||||
$status_list = [
|
||||
JOStatus::PENDING,
|
||||
|
|
|
|||
Loading…
Reference in a new issue