From a1527f61c625488905a84d71d0daebc019ef406f Mon Sep 17 00:00:00 2001 From: Charles Teh Date: Sun, 3 Dec 2023 02:29:05 +0800 Subject: [PATCH] Update (rss) --- routes/tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); });