Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Microsoft.Azure.Cosmos/src/CosmosThresholdOptions.cs
Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
  • Loading branch information
sourabh1007 and ealsur authored Mar 19, 2024
commit e8a4e4aa5a5a5fd79f8655a939f0e47362a6c3a5
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