Skip to content

1.2.0

Compare
Choose a tag to compare
@nadar nadar released this 14 Nov 11:16
· 48 commits to master since this release
76e089e

1.2.0 (14. November 2020)

  • #7 By default, response content which is bigger then 5MB won't be passed to Parsers. In order to turn off this behavior use 'maxSize' => false or increase the limit 'maxSize' => 15000000 (which is 15MB for example). The value must be provided in Bytes. The main goal is to ensure that the PDF Parser won't run into very large memory consumption. This restriction won't stop the Crawler from downloading the URL (whether its large the the maxSize definition or not), but preventing memory leaks when the Parsers start to interact with the response content.