significantly increased timout and buffer size
parent
73ea045c20
commit
93f2961e58
|
|
@ -15,8 +15,8 @@ class ServerConfig:
|
||||||
mcp_port: int = 6500
|
mcp_port: int = 6500
|
||||||
|
|
||||||
# Connection settings
|
# Connection settings
|
||||||
connection_timeout: float = 15.0
|
connection_timeout: float = 300.0 # 5 minutes timeout
|
||||||
buffer_size: int = 32768
|
buffer_size: int = 1024 * 1024 # 1MB buffer for localhost
|
||||||
|
|
||||||
# Logging settings
|
# Logging settings
|
||||||
log_level: str = "INFO"
|
log_level: str = "INFO"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue