You've already forked FrameTour-BE
自动任务稍微等一等
This commit is contained in:
@ -108,6 +108,11 @@ public class VideoTaskGenerator {
|
|||||||
log.info("task callback: 不自动生成");
|
log.info("task callback: 不自动生成");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
try {
|
||||||
|
Thread.sleep(5000L);
|
||||||
|
} catch (InterruptedException e) {
|
||||||
|
throw new RuntimeException(e);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user