forked from I2P_Developers/i2p.i2p
Increase timer thread priority
This commit is contained in:
@ -118,6 +118,7 @@ public class SimpleTimer2 {
|
||||
// (new Exception("OWCH! DAMN! Wrong ThreadGroup `" + name +"', `" + rv.getName() + "'")).printStackTrace();
|
||||
// }
|
||||
rv.setDaemon(true);
|
||||
rv.setPriority(Thread.NORM_PRIORITY + 1);
|
||||
return rv;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user