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
Reducing maxDataSize won't fix the problem, because when the limit is reached an error will be thrown.
Instead, delayed-stream should be modified to apply constant backpressure to the stream it wraps. If you have a test demonstrating nodejs/node#16706, please post it and I'll work on a fix for delayed-stream. Meanwhile, I think this issue should be closed.
nodejs/node#16706 (comment)
According to the report issue, there will be problem with this. Why .maxDataSize still set to Infinity in this repo ?
The text was updated successfully, but these errors were encountered: