Skip to content

Commit

Permalink
Fix typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Mar 21, 2024
1 parent c2fa09c commit 1932c79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public enum ChecksumCombineMode {
"Indicates the time duration in seconds a client will wait "
+ "before retrying a read key request on encountering "
+ "a connectivity excepetion from Datanodes . "
+ "By default the interval is 1millisecond",
+ "By default the interval is 1 second",
tags = ConfigTag.CLIENT)
private int readRetryInterval = 1;

Expand Down

0 comments on commit 1932c79

Please sign in to comment.