Skip to content

Commit

Permalink
Increase streaming pull timeout (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter authored Feb 7, 2025
1 parent 192fa66 commit f8c5763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_nest_sdm/subscriber_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

_T = TypeVar("_T")

RPC_TIMEOUT_SECONDS = 10.0
RPC_TIMEOUT_SECONDS = 30.0
STREAM_ACK_TIMEOUT_SECONDS = 180
STREAM_ACK_FREQUENCY_SECONDS = 90

Expand Down

0 comments on commit f8c5763

Please sign in to comment.