Skip to content

Commit

Permalink
Added comments for jitter
Browse files Browse the repository at this point in the history
  • Loading branch information
stankovski committed Jul 21, 2020
1 parent 1e23105 commit 652f920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Microsoft.Azure.NotificationHubs/BasicRetryPolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ internal class BasicRetryPolicy : NotificationHubRetryPolicy
/// The factor to apply to the base delay for use as a base jitter value.
/// </summary>
///
/// <value>This factor is used as the basis for random jitter to apply to the calculated retry duration.</value>
/// <value>This factor is used as the basis for random jitter to apply to the calculated retry duration.
/// It defines the magnitude of a random offset for retry backoff intervals, to amortize request spikes from this client.</value>
///
public double JitterFactor { get; } = 0.08;

Expand Down

0 comments on commit 652f920

Please sign in to comment.