diff --git a/routes/tests.php b/routes/tests.php index 5906622..dfc3403 100644 --- a/routes/tests.php +++ b/routes/tests.php @@ -47,7 +47,7 @@ return abort(404); } - BrowseSingleRSSJob::dispatch($rss_url, 2880)->onQueue('default')->onConnection('default'); + BrowseSingleRSSJob::dispatch($rss_url, 1)->onQueue('default')->onConnection('default'); });