NodeJS Express API timeout after 2 minutes
so I have my backend locally right now and I have an EC2 instance that has the API there. Timeout happens around 2 minutes after some request, my guess is that server.timeout is set to 2 minutes but I don’t know how to change it in my code.