|
@@ -185,7 +185,7 @@ public class BatchDonloadServiceImpl implements IBatchDonloadService {
|
|
}
|
|
}
|
|
Thread.sleep(2000L);
|
|
Thread.sleep(2000L);
|
|
long endTime = Calendar.getInstance().getTimeInMillis();
|
|
long endTime = Calendar.getInstance().getTimeInMillis();
|
|
- if ((endTime - startTime) > 4 * 60 * 60 * 1000) {
|
|
|
|
|
|
+ if ((endTime - startTime) > 8 * 60 * 60 * 1000) {
|
|
log.info("下载超时,num:{}", num);
|
|
log.info("下载超时,num:{}", num);
|
|
reason = "下载超时";
|
|
reason = "下载超时";
|
|
go = true;
|
|
go = true;
|