richardgirges / express-fileupload

Simple express file upload middleware that wraps around busboy
MIT License
1.52k stars 261 forks source link

Add timeout option to README.MD #230

Closed Code42Cate closed 4 years ago

Code42Cate commented 4 years ago

Hi!

I added the timeout option to the documentation. Relevant issue: #200

RomanBurunkov commented 4 years ago

Hi @Code42Cate ,

Thank you. One thing which should be added that settings timeout to 0 will turn off timeout checks.

Code42Cate commented 4 years ago

Added!