mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
implement peers online scrape
This commit is contained in:
parent
3b5d51d478
commit
e36830442c
9 changed files with 1084 additions and 36 deletions
|
|
@ -100,3 +100,7 @@ define('TRACKER_LINKS', (object)
|
|||
|
||||
// Yggdrasil
|
||||
define('YGGDRASIL_URL_REGEX', '/^0{0,1}[2-3][a-f0-9]{0,2}:/'); // thanks to @ygguser (https://github.com/YGGverse/YGGo/issues/1#issuecomment-1498182228 )
|
||||
|
||||
// Crawler
|
||||
define('CRAWLER_SCRAPE_QUEUE_LIMIT', 1);
|
||||
define('CRAWLER_SCRAPE_TIME_OFFLINE_TIMEOUT', 60*60*24);
|
||||
Loading…
Add table
Add a link
Reference in a new issue