Skip to content

Commit

Permalink
Typo in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Devin Nusbaum <[email protected]>
  • Loading branch information
jglick and dwnusbaum authored Jun 3, 2022
1 parent 8034dd2 commit e10ac66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ synchronized void run() {
StepExecution exec = entry.getValue();
processing.add(n);
// Strictly speaking threadPoolForRemoting should be used for agent communications.
// In practice the onResume impl known to block is in ExecutorStepExecution.
// In practice the only onResume impl known to block is in ExecutorStepExecution.
// Avoid jenkins.util.Timer since it is capped at 10 threads and should not be used for long tasks.
Computer.threadPoolForRemoting.submit(() -> {
LOGGER.fine(() -> "About to resume " + n + " ~ " + exec);
Expand Down

0 comments on commit e10ac66

Please sign in to comment.