We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780de28 commit f9ae96fCopy full SHA for f9ae96f
1 file changed
Microsoft.Azure.Cosmos/src/DocumentClient.cs
@@ -1116,7 +1116,7 @@ private async Task<bool> GetInitializationTaskAsync(IStoreClientFactory storeCli
1116
this.eventSource,
1117
this.serializerSettings,
1118
this.httpClient,
1119
- isPartitionLevelFailoverEnabled: this.ConnectionPolicy.EnablePartitionLevelFailover ||this.ConnectionPolicy.EnablePartitionLevelCircuitBreaker,
+ isPartitionLevelFailoverEnabled: this.ConnectionPolicy.EnablePartitionLevelFailover || this.ConnectionPolicy.EnablePartitionLevelCircuitBreaker,
1120
chaosInterceptor: this.chaosInterceptor);
1121
1122
thinClientStoreModel.SetCaches(this.partitionKeyRangeCache, this.collectionCache);
0 commit comments