forked from j62/ctbrec
Add model name to Download threads
This commit is contained in:
parent
d2bffa9e9b
commit
8b4a82d158
|
@ -84,6 +84,7 @@ public class MergedFfmpegHlsDownload extends AbstractHlsDownload {
|
||||||
public void start() throws IOException {
|
public void start() throws IOException {
|
||||||
try {
|
try {
|
||||||
running = true;
|
running = true;
|
||||||
|
Thread.currentThread().setName("Download " + model.getName());
|
||||||
super.startTime = Instant.now();
|
super.startTime = Instant.now();
|
||||||
splitRecStartTime = ZonedDateTime.now();
|
splitRecStartTime = ZonedDateTime.now();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue