Skip to content
Snippets Groups Projects
Commit 7cc3df20 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

loading spam every minute

parent 7003a045
No related branches found
No related tags found
2 merge requests!1895Development,!1806Development
......@@ -28,7 +28,7 @@ class Kernel extends ConsoleKernel
$schedule->command('requests:gather')->everyFifteenMinutes();
$schedule->command('requests:useragents')->everyFiveMinutes();
$schedule->command('logs:gather')->everyMinute();
$schedule->command('spam:load')->everyFiveMinutes();
$schedule->command('spam:load')->everyMinute();
$schedule->call(function () {
DB::table('monthlyrequests')->truncate();
DB::disconnect('mysql');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment