gax-python icon indicating copy to clipboard operation
gax-python copied to clipboard

Compute bundled request size and buffer correctly

Open geigerj opened this issue 8 years ago • 1 comments

We've agreed that the bundling request size is to be computed by summing the bundled field sizes, with a 10% buffer to account for the underapproximation of the total request size. We should compute the bundled field size correctly, and add the buffer in.

geigerj avatar Mar 11 '16 04:03 geigerj

Field sizes should be computed through ByteSize

geigerj avatar Mar 18 '16 22:03 geigerj