persistent-failover-on-read
When persistent connections are enabled, this entry specifies whether retries on error conditions will also be made to the same server on a different connection if a request on a particular connection fails.
persistent-failover-on-read = {yes | no}
Description
When persistent connections are enabled, retries on error conditions will also be made to the same server on a different connection if a request on a particular connection fails. This behavior can be changed so these retry requests are not made by setting this option in the [junction] stanza.
Options
yes Retry requests when an error occurs on the initial request. no Do not retry requests when an error occurs on the initial request.
Usage: Optional
Default value yes
Example:
persistent-failover-on-read = no