Skip to content

Commit ba084b3

Browse files
committed
Updated documentation for BuildDefaultRequestSettings to correctly reflect the default values
1 parent 92369f3 commit ba084b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/corelib/Providers/Rackspace/ProviderBase`1.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,10 +606,11 @@ protected Response StreamRESTRequest(CloudIdentity identity, Uri absoluteUri, Ht
606606
/// The base implementation returns a <see cref="JsonRequestSettings"/> object initialized with the following values.
607607
///
608608
/// <list type="bullet">
609-
/// <item>The <see cref="RequestSettings.RetryCount"/> is 2.</item>
609+
/// <item>The <see cref="RequestSettings.RetryCount"/> is 0.</item>
610610
/// <item>The <see cref="RequestSettings.RetryDelay"/> is 200 milliseconds.</item>
611611
/// <item>The <see cref="RequestSettings.Non200SuccessCodes"/> contains <see cref="HttpStatusCode.Unauthorized"/> and <see cref="HttpStatusCode.Conflict"/>, along with the values in <paramref name="non200SuccessCodes"/> (if any).</item>
612612
/// <item>The <see cref="RequestSettings.UserAgent"/> is set to <see cref="UserAgentGenerator.UserAgent"/>.</item>
613+
/// <item>The <see cref="RequestSettings.ConnectionLimit"/> is set to <see cref="ConnectionLimit"/>.</item>
613614
/// <item>Other properties are set to the default values for <see cref="JsonRequestSettings"/>.</item>
614615
/// </list>
615616
///

0 commit comments

Comments
 (0)