Fix deprecated use of shutdown_timeout kwarg in TCPSite (#6743)

This commit is contained in:
Jakub Kuczys
2026-05-10 22:00:10 +02:00
committed by GitHub
parent b02fa38423
commit cbd4643bd3
-3
View File
@@ -97,9 +97,6 @@ class RPC:
self._runner,
host="127.0.0.1",
port=port,
shutdown_timeout=120
# Give the RPC server 2 minutes to finish up, else slap it!
# Seems like a reasonable time. See Red#6391
),
)
except Exception as exc: