Skip to content

Commit

Permalink
Backport 4e6de5f9defc031158e027bcbbaf6232b8c03d60
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Jul 10, 2024
1 parent c915eaf commit 6d03daa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ static ThreadFactory factory() {

public Thread newThread(Runnable r) {
return InnocuousThread.newThread("Cleaner-" + cleanerThreadNumber.getAndIncrement(),
r, Thread.MIN_PRIORITY - 2);
r, Thread.MAX_PRIORITY - 2);
}
}

Expand Down

0 comments on commit 6d03daa

Please sign in to comment.