Skip to content

Commit b584501

Browse files
committed
fix: Disable SRD Update
1 parent 3df400c commit b584501

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/Console/Kernel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ protected function schedule(Schedule $schedule)
9191
$schedule->command('networkdata:update-controllers')->everyMinute()
9292
->graceTimeInMinutes(3)
9393
->withoutOverlapping(5);
94-
$schedule->command('srd:update')
95-
->cron('0 1-7 * * *')
96-
->doNotMonitor();
94+
// $schedule->command('srd:update')
95+
// ->cron('0 1-7 * * *')
96+
// ->doNotMonitor();
9797
$schedule->command('horizon:snapshot')->everyFiveMinutes()->doNotMonitor();
9898
$schedule->command('plugin-events:clean')->everyTenMinutes()->doNotMonitor();
9999
$schedule->command('metars:update')->everyMinute();

0 commit comments

Comments
 (0)