Flip back `StartAck` timeout to `inf`..

runtime_to_msgspec
Tyler Goodlet 2024-04-25 12:36:14 -04:00
parent 188ff0e0e5
commit c25c77c573
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ class Actor:
msg_buffer_size: int|None = None,
allow_overruns: bool = False,
load_nsf: bool = False,
ack_timeout: float = 3,
ack_timeout: float = float('inf'),
) -> Context:
'''