fix(kong): admin-service read/write timeout 60s → 600s

下载 53MB APK 在慢速移动网络下超过 60s,Kong 会断开连接。
改为 600s(10分钟)与 Nginx 保持一致。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-03-07 08:47:06 -08:00
parent daf32eaef1
commit 62c114c09f
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ services:
# --- admin-service (NestJS :3012) - App version management ---
- name: admin-service
url: http://admin-service:3012
read_timeout: 600000 # 10min — large file download/upload
write_timeout: 600000
connect_timeout: 10000
routes:
- name: app-version-routes
paths: