You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to allow no files uploaded so I set limits : { files : 0 }} but since busboy does limits.files || Infinity it defaults to infinity when the limit is 0. This is the cases with a few other configuration parameters too.
The text was updated successfully, but these errors were encountered:
I wanted to allow no files uploaded so I set limits : { files : 0 }} but since busboy does limits.files || Infinity it defaults to infinity when the limit is 0. This is the cases with a few other configuration parameters too.
The text was updated successfully, but these errors were encountered: