Skip to content

Commit

Permalink
common: minor doc updates (#3845)
Browse files Browse the repository at this point in the history
Fixes minor doc
Risk Level: Low
Testing: Existing tests
Docs Changes: NA
Release Notes: NA

Signed-off-by: Rama <rama.rao@salesforce.com>
  • Loading branch information
ramaraochavali authored and htuch committed Jul 12, 2018
1 parent 2ba32f2 commit 6a57863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/common/common/backoff_strategy.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class JitteredBackOffStrategy : public BackOffStrategy {

public:
/**
* Use this constructor if max_interval need to be enforced.
* Constructs fully jittered backoff strategy.
* @param base_interval the base_interval to be used for next backoff computation.
* @param max_interval if the computed next backoff is more than this, this will be returned.
* @param max_interval the cap on the next backoff value.
* @param random the random generator
*/
JitteredBackOffStrategy(uint64_t base_interval, uint64_t max_interval,
Expand Down

0 comments on commit 6a57863

Please sign in to comment.