Skip to content

Commit

Permalink
Update Microsoft.Azure.Cosmos/src/CosmosThresholdOptions.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
  • Loading branch information
sourabh1007 and ealsur committed Mar 19, 2024
1 parent 7b4a6ff commit e8a4e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft.Azure.Cosmos/src/CosmosThresholdOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class CosmosThresholdOptions
/// <summary>
/// Latency Threshold for non point operations i.e. Query
/// </summary>
/// <value>3 sec</value>
/// <value>3 seconds</value>
public TimeSpan NonPointOperationLatencyThreshold { get; set; } = TimeSpan.FromSeconds(3);

/// <summary>
Expand Down

0 comments on commit e8a4e4a

Please sign in to comment.