fix: 关闭自动补齐功能

fix/localPictureUrlIsNotNull
shuliYao 2 years ago
parent cb3c46e5a3
commit d056ddb054

@ -22,7 +22,7 @@ public class TaskRunner implements CommandLineRunner {
TaskThreadPool taskThreadPool = new TaskThreadPool(); TaskThreadPool taskThreadPool = new TaskThreadPool();
taskThreadPool.startPictureDisposePull(); taskThreadPool.startPictureDisposePull();
taskThreadPool.startPictureImgToLocalPull(); taskThreadPool.startPictureImgToLocalPull();
ImageDownloadMonitoring imageDownloadMonitoring = new ImageDownloadMonitoring(); // ImageDownloadMonitoring imageDownloadMonitoring = new ImageDownloadMonitoring();
imageDownloadMonitoring.startImageDownloadMonitoring(localImagePath); // imageDownloadMonitoring.startImageDownloadMonitoring(localImagePath);
} }
} }

Loading…
Cancel
Save