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
fix: Consistent max buffer value across Node versions.
Before Node v12, `maxBuffer` defaulted to 200kb. Node v12+ defaults to 1024kb.
Setting the `maxBuffer` value allows for a more consistent cross-version Node experience.
0 commit comments