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

perf: use prettyPrint=false by default #28

Merged
merged 2 commits into from Sep 21, 2020

Commits on Sep 16, 2020

  1. perf: use prettyPrint=false by default

    This tells One Platform APIs not to use excessive whitespace in
    responses. For some reason, the backend defaults to prettyPrint=true and
    does not provide a mechanism for overriding this.
    
    In response to internal customer issue 168522192.
    
    Tested locally against `google-cloud-bigquery` system and sample tests.
    tswast committed Sep 16, 2020
    Copy the full SHA
    1672355 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5e98030 View commit details
    Browse the repository at this point in the history