change default CRAWL_PAGE_HOME_SECONDS_OFFSET value to 1 month

This commit is contained in:
ghost 2023-07-31 22:04:27 +03:00
parent fd3444a379
commit 2ef9948342

View File

@ -236,7 +236,7 @@ define('CRAWL_PAGE_SECONDS_OFFSET', 60*60*24*30*12);
* or the crawler can stuck in queue * 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 * Index pages match MIME types