Created
December 7, 2011 20:35
-
-
Save mdellabitta/1444522 to your computer and use it in GitHub Desktop.
Fedora HTTP client settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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