JustUtahCoders / utahexpungements.org

The frontend code for utahexpungements.org
MIT License
11 stars 19 forks source link

Add wait time for Busboy in parse-docket-pdf api (#101) #127

Closed HappyViki closed 4 years ago

HappyViki commented 4 years ago

Added wait time (highWaterMark: 2MiB buffer) for large files to process through Busboy (parse incoming HTML form data) Fixed example problem: file with 33KB would sometimes not parse, and now it 99% does parse.