1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +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/" }
route:
cluster: server-dev
timeout: 120s
- match: { prefix: "/app_" }
route:

View file

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