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?