Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bigquery): reduce default backoffs (googleapis#10558)
* fix(bigquery): reduce the initial backoff for job polling This PR reduces the initial backoff used during job polling from 1s to 50ms. In practice most time is spent in the hanging poll on the server side in GetQueryResults, so this reduces opportunities for wasted waiting. Fixes: googleapis#10555
- Loading branch information