Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
仟弋 committed Dec 13, 2024
1 parent cf2048d commit 52f7490
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ private void commitHint(long snapshotId, String fileName, Path dir) throws IOExc
return;
} catch (IOException e) {
try {
Thread.sleep(RANDOM.nextInt(1000));
Thread.sleep(RANDOM.nextInt(1000) + 500);
} catch (InterruptedException ex) {
// throw root cause
throw new RuntimeException(e);
Expand Down

0 comments on commit 52f7490

Please sign in to comment.