We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ea045 commit 93f2961Copy full SHA for 93f2961
Python/config.py
@@ -15,8 +15,8 @@ class ServerConfig:
15
mcp_port: int = 6500
16
17
# Connection settings
18
- connection_timeout: float = 15.0
19
- buffer_size: int = 32768
+ connection_timeout: float = 300.0 # 5 minutes timeout
+ buffer_size: int = 1024 * 1024 # 1MB buffer for localhost
20
21
# Logging settings
22
log_level: str = "INFO"
0 commit comments