yandeu / five-server

⚡ Development Server with Live Reload Capability. (Maintained Fork of Live Server)
https://www.npmjs.com/package/five-server
Other
162 stars 14 forks source link

error: stdout maxBuffer length exceeded #96

Open ge33ek opened 1 year ago

ge33ek commented 1 year ago

The server doesn't have sufficient buffer for handling PHP pages where this is a larger amount of output.

Screenshot 2023-03-06 142101

Need a way to adjust buffer size to accommodate for larger scripts, can avoid the error by truncating output.

yandeu commented 1 year ago

This should do it. What do you think?

ge33ek commented 1 year ago

This should do it. What do you think?

Looks like it should give it enough buffer, let’s push to prod and see what happens? I can confirm after version bump.