Skip to content

Commit

Permalink
addressing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Aharkau committed Nov 14, 2023
1 parent 06cd6d5 commit e8715bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class ExponentialBackOffPolicy implements SleepingBackOffPolicy<Exponenti
protected final Log logger = LogFactory.getLog(this.getClass());

/**
* The default 'initialInterval' value - 1000 millisecs. Coupled with the default
* The default 'initialInterval' value - 100 millisecs. Coupled with the default
* 'multiplier' value this gives a useful initial spread of pauses for 1-5 retries.
*/
public static final long DEFAULT_INITIAL_INTERVAL = 100L;
Expand Down

0 comments on commit e8715bc

Please sign in to comment.