Skip to content

Commit

Permalink
#LUC070-147 Fixed continual loop bug in the delete retries
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeed2 committed Dec 12, 2024
1 parent 57e4576 commit 405d07b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ public void delete(String depositId, File working, Progress progress, String opt
TimeUnit.SECONDS.sleep(retryTimeSeconds);
} else {
log.info("Delete of [{}] was Successful.", tsmFilePath);
deleted = true;

}
}
}
Expand Down

0 comments on commit 405d07b

Please sign in to comment.