Skip to content

Commit

Permalink
fixing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
leahecole committed Sep 18, 2024
1 parent fae0c03 commit ae95d4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gax/src/streamingCalls/streaming.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,10 @@ export class StreamProxy extends duplexify implements GRPCCallResult {
* Helper function to handle total timeout + max retry check for server streaming retries
* @param {number} deadline - the current retry deadline
* @param {number} maxRetries - maximum total number of retries
* @param {number} totalTimeoutMillis - total timeout in milliseconds
* @param {number} totalTimeoutMillis - total timeout in milliseconds used in timeout calculation
* @param {GoogleError} originalError - underlying error received by the stream
* @param {originalTimeout} originalTimeout - the original Timeout set in backoff settings
* @param {retries} retries - the number of retries the call has made so far
*/
throwIfMaxRetriesOrTotalTimeoutExceeded(
deadline: number,
Expand Down

0 comments on commit ae95d4c

Please sign in to comment.