Does Vercel’s maxDuration override the timeout of a http socket connection inside a server action?
I have a nextJs app that has a call to an email notifications client that uses a http socket connection to receive a trigger. This is initiated inside a server action that itself is called in response to a few server actions as part of a logic process flow.