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

multihost_exs
Tyler Goodlet 2024-04-25 12:36:14 -04:00
parent 94d8bef2d6
commit 3fb99f2ba5
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,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:
'''