<param name="httpClientTimeoutSecs" value="20"> | |
<comment>Number of seconds Fedora http client will wait for a connection before timing | |
out.</comment> | |
</param> | |
<param name="httpClientSocketTimeoutSecs" value="120"> | |
<comment>Number of seconds Fedora http client will wait for data coming across an | |
established http connection.</comment> | |
</param> | |
<param name="httpClientMaxConnectionsPerHost" value="20"> | |
<comment>Maximum number of Fedora http client connections allowed to a given host.</comment> | |
</param> | |
<param name="httpClientMaxTotalConnections" value="100"> | |
<comment>Maximum number of total Fedora http client connections allowed at once.</comment> | |
</param> | |
<param name="httpClientFollowRedirects" value="true"> | |
<comment>Should the Fedora http client follow redirects?</comment> | |
</param> | |
<param name="httpClientMaxFollowRedirects" value="3"> | |
<comment>Maximun number of redirects the Fedora http client will follow (only if | |
httpClientFollowRedirects is set to true.)</comment> | |
</param> | |
<param name="httpClientUserAgent" value="Fedora"> | |
<comment>The value to be set for the User-Agent HTTP request header.</comment> | |
</param> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment