mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-03 10:25:52 +00:00
change default CRAWL_PAGE_HOME_SECONDS_OFFSET value to 1 month
This commit is contained in:
parent
fd3444a379
commit
2ef9948342
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user