Does anyone know what is the default read timeout on web connectors?
It is using the default timeout value from the Apache HttpClient which is 5 seconds.
It can be changed via debug by setting a value for:
<entry key="timeoutInSeconds"/>
– Remold
I’m aware of the timeout key. We use it on some applications.
I want to make sure what’s the default value before mucking with the timeout. We do not want to set it to too high or too low. And 5 seconds seems to be too low
And is there any impact on setting the value to upwards of 60?
As far as I know the a timeout of 60 seconds should not be problem for IdentityIQ. When set higher issues with the network connection can be expected. Network devices have timeout settings which might break the ‘session’. Some network devices have a timeout of 60 seconds (rare cases), so a timeout of 59 seconds is advisable.
When the aggregation is slow due to a slow responding application, you might want to think of partitioning. So IdentityIQ is doing more than only waiting for a single response
– Remold
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.