rzo1 opened a new pull request, #2172:
URL: https://github.com/apache/stormcrawler/pull/2172

   Fixes #2166.
   
   Adds `sitemap.emitOutlinks.max`, the sitemap counterpart of 
`parser.emitOutlinks.max.per.page`. Default -1 (no limit). When it trims, a 
warning is logged and the sitemap is still marked FETCHED. For a sitemap index 
it caps the child sitemaps it lists.
   
   This is only a partial mitigation: the URLs have already been parsed when 
the cap applies, so it limits what reaches the status stream, not the memory 
used by the parse. The parser side is crawler-commons/crawler-commons#611.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to