Skip to content

Commit

Permalink
Code changes to update API doc default request timeout to 6 seconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
kundadebdatta committed Jun 9, 2023
1 parent 95ab472 commit 413998b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
/// </summary>
/// <value>Default value is 1 minute.</value>
/// <value>Default value is 6 seconds.</value>
/// <seealso cref="CosmosClientBuilder.WithRequestTimeout(TimeSpan)"/>
public TimeSpan RequestTimeout { get; set; }

Expand Down

0 comments on commit 413998b

Please sign in to comment.