Skip to content

Commit 59cf3cc

Browse files
Marenzllucax
andauthored
Update src/frequenz/client/dispatch/_client.py
Co-authored-by: Leandro Lucarella <[email protected]> Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 5038de7 commit 59cf3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frequenz/client/dispatch/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def __init__(
6666
server_url: str,
6767
key: str,
6868
connect: bool = True,
69-
call_timeout: timedelta | None = None,
70-
stream_timeout: timedelta | None = None,
69+
call_timeout: timedelta = timedelta(seconds=60)
70+
stream_timeout: timedelta = timedelta(minutes=5),
7171
) -> None:
7272
"""Initialize the client.
7373

0 commit comments

Comments
 (0)