How can I increase timeout in REST API?
Hi,
I'm having some problem with connection timeout. I'm working in iSeries environment with a lot of files stored on the RTC repository (hundreds of thousands for application). I have some custom extensions that do some actions, for example creating stream after a work-item change of state.
If I perform this change of state using REST API I get a connetion reset by peer error after 3 minutes. I'm using curl and so I've tried to set --connect-timeout and --max-time options but they did no effect.
I have also searched in web.xml but it only has a session timeout.
How can I increase this timeout?
Thanks,
Michele.