mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-26 03:38:25 +08:00
artiq_devtool: set ServerAliveInterval.
This commit is contained in:
parent
8b4a006855
commit
fd6d97f052
@ -136,6 +136,7 @@ def main():
|
|||||||
lock()
|
lock()
|
||||||
|
|
||||||
transport = client.get_transport()
|
transport = client.get_transport()
|
||||||
|
transport.set_keepalive(30)
|
||||||
|
|
||||||
def forwarder(local_stream, remote_stream):
|
def forwarder(local_stream, remote_stream):
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user