From 7cd31294848df2472eaf4e74eda5637d06f8e1ca Mon Sep 17 00:00:00 2001 From: Charles Teh Date: Thu, 23 Nov 2023 13:32:48 +0800 Subject: [PATCH] Add (functin): seed rss --- routes/tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); });