From 2ef994834278675ab5ce798b2ab47dd3568c0277 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 31 Jul 2023 22:04:27 +0300 Subject: [PATCH] change default CRAWL_PAGE_HOME_SECONDS_OFFSET value to 1 month --- config/app.php.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php.txt b/config/app.php.txt index c67589e..a01f713 100644 --- a/config/app.php.txt +++ b/config/app.php.txt @@ -236,7 +236,7 @@ define('CRAWL_PAGE_SECONDS_OFFSET', 60*60*24*30*12); * or the crawler can stuck in queue * */ -define('CRAWL_PAGE_HOME_SECONDS_OFFSET', 60*60*24*7); +define('CRAWL_PAGE_HOME_SECONDS_OFFSET', 60*60*24*7*30); /* * Index pages match MIME types