Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix!: remove default deadline for AppendRows API (#205)
* fix!: remove default deadline for AppendRows API

Committer: @yirutang
PiperOrigin-RevId: 376121492

Source-Link: googleapis/googleapis@ad721f2

Source-Link: googleapis/googleapis-gen@f0251e8

* 🦉 Updates from OwlBot

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jun 7, 2021
1 parent e761697 commit cd4e637
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -331,9 +331,9 @@ def append_rows(
core_exceptions.ResourceExhausted,
core_exceptions.ServiceUnavailable,
),
deadline=86400.0,
deadline=None,
),
default_timeout=86400.0,
default_timeout=None,
client_info=DEFAULT_CLIENT_INFO,
)

Expand Down
Expand Up @@ -197,9 +197,9 @@ def _prep_wrapped_messages(self, client_info):
core_exceptions.ResourceExhausted,
core_exceptions.ServiceUnavailable,
),
deadline=86400.0,
deadline=None,
),
default_timeout=86400.0,
default_timeout=None,
client_info=client_info,
),
self.get_write_stream: gapic_v1.method.wrap_method(
Expand Down

0 comments on commit cd4e637

Please sign in to comment.