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:
parent
9b1da162d6
commit
c004290718
|
@ -41,6 +41,7 @@ static_resources:
|
|||
- match: { prefix: "/api/" }
|
||||
route:
|
||||
cluster: server-dev
|
||||
timeout: 120s
|
||||
|
||||
- match: { prefix: "/app_" }
|
||||
route:
|
||||
|
|
|
@ -58,6 +58,7 @@ static_resources:
|
|||
- match: { prefix: "/api/" }
|
||||
route:
|
||||
cluster: app-service
|
||||
timeout: 120s
|
||||
|
||||
- match: { prefix: "/worker/" }
|
||||
route:
|
||||
|
|
Loading…
Reference in New Issue