修改客户端默认重试等待时间

This commit is contained in:
2025-02-25 09:39:39 +08:00
parent c24a1e1621
commit 09f80662fd
2 changed files with 8 additions and 5 deletions

View File

@@ -12,16 +12,19 @@
内部接口 http2 或者 protobuf
考虑重构服务,集成 socks 解析,鉴权,转发
## 开发相关
### 环境变量
> 环境变量只记录在程序中用到的变量
>
> **构建期变量**,比如 docker-compose 中的变量,以及其他配套服务的环境变量,直接写死
新增环境变量时,需要确保两个位置正确传递了变量
1. 系统环境或本地 `.env` 文件正确配置了变量
2. `docker-compose.yml` 文件中给服务容器正确传递了变量
1. 在对应端的 .env.sample 文件中添加变量
2. 复制到 .env 文件中,并修改变量
3. 在 docker-compose.yml 和程序中使用变量
### 更新测试环境