views:

33

answers:

0

How would one go about setting timeouts for each REST API method on the server side. For example I have certain web service methods that upload images and I want to increase the timeouts for these methods compared to ones that have lower http payloads.

Architecture I am dealing with: haproxy, nginx, tomcat