Files
geo/apps/ops-web
root bb2ad3f6e9
Frontend CI / Frontend (push) Successful in 2m30s
fix(ops-web): stop desktop release upload timing out at complete step
The chunked upload complete request used the global 30s axios timeout,
but the server merges chunks, hashes the file and writes ~100MB to OSS
in that step, so large installers failed with "timeout of 30000ms
exceeded" after all chunks were uploaded.

- give the complete request a dedicated 10min timeout
- let http.post pass through an AxiosRequestConfig
- normalize client-side timeout errors to "request_timeout"

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 09:31:11 +08:00
..
2026-05-31 23:05:27 +08:00