Skip to content

Commit da60e38

Browse files
committed
Remove confusing comment
1 parent dc6035a commit da60e38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MCPForUnity/UnityMcpServer~/src/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ class ServerConfig:
1616
mcp_port: int = 6500
1717

1818
# Connection settings
19-
# short initial timeout; retries use shorter timeouts
2019
connection_timeout: float = 30.0
2120
buffer_size: int = 16 * 1024 * 1024 # 16MB buffer
2221
# Framed receive behavior

0 commit comments

Comments
 (0)