Skip to content
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

Increase maxBuffer to 1MB #2018

Merged
merged 1 commit into from
Sep 10, 2020
Merged

Increase maxBuffer to 1MB #2018

merged 1 commit into from
Sep 10, 2020

Commits on Sep 10, 2020

  1. Increase maxBuffer to 1MB

    My `graphql.schema.json` grown to 1.5KB, and my schema validation broke. The error I'm getting is: 
    `Error: Unable to load file from git: RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceeded`
    
    Fix is easy: increase buffer size to 1MB (default value was 1KB)
    standy committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    49025c2 View commit details
    Browse the repository at this point in the history