summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Console/Kernel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php
index 6f99217..8582678 100644
--- a/app/Console/Kernel.php
+++ b/app/Console/Kernel.php
@@ -36,7 +36,7 @@ class Kernel extends ConsoleKernel
$schedule->call( function(){
$background = new Background();
$background->saveAnimeStats();
- })->everyThirtyMinutes()->name('saveStats')->withoutOverlapping(2);
+ })->everyThirtyMinutes()->name('saveStats')->withoutOverlapping();
#})->everyMinute();
$schedule->call( function(){