mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
✂️ Comment out unused backup schedule commands in console.php to disable them without deletion
This commit is contained in:
@@ -3,6 +3,6 @@
|
|||||||
use App\Console\Commands\Nostr\SyncProfiles;
|
use App\Console\Commands\Nostr\SyncProfiles;
|
||||||
use Illuminate\Support\Facades\Schedule;
|
use Illuminate\Support\Facades\Schedule;
|
||||||
|
|
||||||
Schedule::command('backup:clean')->daily()->at('01:00');
|
// Schedule::command('backup:clean')->daily()->at('01:00');
|
||||||
Schedule::command('backup:run')->daily()->at('01:30');
|
// Schedule::command('backup:run')->daily()->at('01:30');
|
||||||
Schedule::command(SyncProfiles::class)->daily()->at('00:30');
|
Schedule::command(SyncProfiles::class)->daily()->at('00:30');
|
||||||
|
|||||||
Reference in New Issue
Block a user