There was an error while loading. Please reload this page.
1 parent 1dc69d7 commit 9b7fe85Copy full SHA for 9b7fe85
src/rds_openapi_mcp_server/server.py
@@ -47,8 +47,8 @@ def get_vpc_client(region_id: str) -> VpcClient:
47
access_key_secret=os.getenv('ALIBABA_CLOUD_ACCESS_KEY_SECRET'),
48
region_id=region_id,
49
protocol="https",
50
- connect_timeout=10,
51
- read_timeout=300
+ connect_timeout=10 * 1000,
+ read_timeout=300 * 1000
52
)
53
return VpcClient(config)
54
0 commit comments