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