-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENOBUFS error when comparing large commits #113
Comments
Hi @darrenchang, Unfortunately seems like the option is to make diff2html handle this in a streaming way as described here https://stackoverflow.com/questions/48698234/node-js-spawn-vs-execute In theory it should not be hard since we parse the diff line by line, but I never tried to optimize this. Closing here since opened rtfpessoa/diff2html#359 |
Hi @darrenchang, I did a possible fix and released it in version |
Let me know if it is not fixed and I will re-open |
I have a really large commit on my private repository. It contains a new json file that has over 40000 lines.
When I try to compare the commit, it shows the following error.
How can I increase the buffer size to complete this compare?
The text was updated successfully, but these errors were encountered: