From fbe4d21b4d6c0b60f57d21dab04c9e012809384a Mon Sep 17 00:00:00 2001 From: Jake Willey Date: Fri, 10 Sep 2021 10:34:47 -0700 Subject: [PATCH] Update comment --- Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs b/Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs index 6088630b77..590b5fe401 100644 --- a/Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs +++ b/Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs @@ -483,7 +483,7 @@ public CosmosSerializer Serializer /// Does not apply if is used. /// /// - /// The default value is false + /// The default value is true /// public bool EnableTcpConnectionEndpointRediscovery { get; set; } = true;