1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Increase envoy timeout for API routes to 120s rather than 15s, to match Koa and allw longer connections for downloads

This commit is contained in:
Andrew Kingston 2021-10-18 12:06:09 +01:00
parent 9b1da162d6
commit c004290718
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@ static_resources:
- match: { prefix: "/api/" } - match: { prefix: "/api/" }
route: route:
cluster: server-dev cluster: server-dev
timeout: 120s
- match: { prefix: "/app_" } - match: { prefix: "/app_" }
route: route:

View file

@ -58,6 +58,7 @@ static_resources:
- match: { prefix: "/api/" } - match: { prefix: "/api/" }
route: route:
cluster: app-service cluster: app-service
timeout: 120s
- match: { prefix: "/worker/" } - match: { prefix: "/worker/" }
route: route: