Skip to content

Commit 2d2d8eb

Browse files
committed
Change search index task to every 6 hours
1 parent 4d93010 commit 2d2d8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cronJobs/makeSearchIndexTask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
$schedule = new Schedule();
2020
$task = $schedule->run(PHP_BINARY . ' ' . __DIR__ . '/scripts/makeSearchIndex.php');
2121
$task
22-
->everyFifteenMinutes()
22+
->everySixHours()
2323
->description('Make search index');
2424

2525
return $schedule;

0 commit comments

Comments
 (0)