Skip to content

Commit

Permalink
Merge pull request #1055 from rubenporras/watchdog
Browse files Browse the repository at this point in the history
Set the name of the BuilderWatchdog thread
  • Loading branch information
rubenporras authored Dec 18, 2024
2 parents ac84049 + 9943d19 commit 3d86206
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public class BuilderWatchdog extends Thread {
private URI currentURI;

public BuilderWatchdog() {
super("builder-watchdog"); //$NON-NLS-1$
entryTime = System.currentTimeMillis();
batchTime = System.currentTimeMillis();
}
Expand Down

0 comments on commit 3d86206

Please sign in to comment.