From 413998b4ceab3b8218622efc766bca6a97a3a970 Mon Sep 17 00:00:00 2001 From: Debdatta Kunda Date: Fri, 9 Jun 2023 16:56:40 -0700 Subject: [PATCH] Code changes to update API doc default request timeout to 6 seconds. --- 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 c826bb90d1..1fce195915 100644 --- a/Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs +++ b/Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs @@ -223,7 +223,7 @@ public int GatewayModeMaxConnectionLimit /// Gets the request timeout in seconds when connecting to the Azure Cosmos DB service. /// The number specifies the time to wait for response to come back from network peer. /// - /// Default value is 1 minute. + /// Default value is 6 seconds. /// public TimeSpan RequestTimeout { get; set; }