httpMaxRetryCount property

int httpMaxRetryCount
getter/setter pair

The maximum number of fallback hosts to use as a fallback when an HTTP request to the primary host is unreachable or indicates that it is unserviceable. The default value is 3.

Implementation

int httpMaxRetryCount = 3;