chore: 优化域名match

This commit is contained in:
xiaojunnuo
2024-10-25 17:47:39 +08:00
parent b421798a1b
commit 1cc1d1c03c
5 changed files with 116 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
# 阿里云相关
## 阿里云客户端请求超时配置
配置环境变量
```shell
ALIYUN_CLIENT_CONNECT_TIMEOUT=10000 # 连接超时,单位毫秒
ALIYUN_CLIENT_READ_TIMEOUT=10000 #读取数据超时,单位毫秒
```