mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-30 06:37:36 +00:00
[Change] RandomIntervalSendTimer 更改Timer线程名;
This commit is contained in:
parent
3b3f97e638
commit
64bca3c8f7
@ -13,7 +13,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
||||
*/
|
||||
public class RandomIntervalSendTimer extends TimerTask {
|
||||
|
||||
private final static Timer timer = new Timer("Thread-RIST", true);
|
||||
private final static Timer timer = new Timer("Thread-RandomIntervalSendTimer", true);
|
||||
private final static Logger log = LoggerFactory.getLogger(RandomIntervalSendTimer.class);
|
||||
private final static Map<Long, RandomIntervalSendTimer> timerMap = new HashMap<>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user