Skip to Content
1
Nov 24, 2018 at 05:08 AM

XSA NodeJs App timeout

375 Views

We have apps working in XSA.

I see our XSA NodeJs app (Express) is timing out requests exactly after 2 minutes.

I tried settting, INCOMING_CONNECTION_TIMEOUT environment variable (mta.yaml). It did not work.

Tried with req.setTimeout() and it is not helping either.

Is there a way to set this timeout correctly?