Skip to content

Instantly share code, notes, and snippets.

@mdellabitta
Created December 7, 2011 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdellabitta/1444522 to your computer and use it in GitHub Desktop.
Save mdellabitta/1444522 to your computer and use it in GitHub Desktop.
Fedora HTTP client settings
<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