Within expressjs is there a way I can set the timeout limit per route.
I have some routes that may take 30-45 seconds to process (A large amount of tasks)
And then other routes that if it takes longer than 5 seconds I want it to time out.
I guess I am asking is there a way to globally set the timeout limit on requests and is there a way to do it individually on routes.