mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-08 22:07:56 +00:00
update default settings preset
This commit is contained in:
parent
ec20435790
commit
d7bbf1d96a
@ -126,7 +126,7 @@ define('CRAWL_PAGE_LIMIT', 10);
|
|||||||
* or the crawler can stuck in queue
|
* or the crawler can stuck in queue
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
define('CRAWL_PAGE_SECONDS_OFFSET', 3600);
|
define('CRAWL_PAGE_SECONDS_OFFSET', 60*60*24*30*12);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Only URL addresses match this rule will be auto-crawled
|
* Only URL addresses match this rule will be auto-crawled
|
||||||
@ -209,7 +209,7 @@ define('CLEAN_HOST_LIMIT', 20);
|
|||||||
* or the cleaner can stuck in queue
|
* or the cleaner can stuck in queue
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
define('CLEAN_HOST_SECONDS_OFFSET', 3600);
|
define('CLEAN_HOST_SECONDS_OFFSET', 60*60*24*30);
|
||||||
|
|
||||||
// API settings
|
// API settings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user