Skip to content

Commit 1da77d4

Browse files
committed
Removing outer retry policy
1 parent beac30c commit 1da77d4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Microsoft.Azure.Cosmos/src/DocumentClient.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,13 +1001,6 @@ internal virtual void Initialize(Uri serviceEndpoint,
10011001
{
10021002
this.sessionContainer = new SessionContainer(this.ServiceEndpoint.Host);
10031003
}
1004-
1005-
this.retryPolicy = new RetryPolicy(
1006-
globalEndpointManager: this.GlobalEndpointManager,
1007-
connectionPolicy: this.ConnectionPolicy,
1008-
partitionKeyRangeLocationCache: this.PartitionKeyRangeLocation);
1009-
1010-
this.ResetSessionTokenRetryPolicy = this.retryPolicy;
10111004

10121005
this.desiredConsistencyLevel = desiredConsistencyLevel;
10131006
// Setup the proxy to be used based on connection mode.

0 commit comments

Comments
 (0)