Skip to content

Commit f9ae96f

Browse files
committed
Update DocumentClient.cs
1 parent 780de28 commit f9ae96f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Microsoft.Azure.Cosmos/src/DocumentClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ private async Task<bool> GetInitializationTaskAsync(IStoreClientFactory storeCli
11161116
this.eventSource,
11171117
this.serializerSettings,
11181118
this.httpClient,
1119-
isPartitionLevelFailoverEnabled: this.ConnectionPolicy.EnablePartitionLevelFailover ||this.ConnectionPolicy.EnablePartitionLevelCircuitBreaker,
1119+
isPartitionLevelFailoverEnabled: this.ConnectionPolicy.EnablePartitionLevelFailover || this.ConnectionPolicy.EnablePartitionLevelCircuitBreaker,
11201120
chaosInterceptor: this.chaosInterceptor);
11211121

11221122
thinClientStoreModel.SetCaches(this.partitionKeyRangeCache, this.collectionCache);

0 commit comments

Comments
 (0)