Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ You can access the retry count of a record through it's wrapped `WorkContainer`
.Example retry delay function implementing exponential backoff
[source,java,indent=0]
----
final double multiplier = 0.5;
final double multiplier = 2.0;
final int baseDelaySecond = 1;

ParallelConsumerOptions.<String, String>builder()
Expand Down