Update AliYun.java

This commit is contained in:
FongMi 2023-12-01 22:02:04 +08:00
parent ceb8f5fbdf
commit a7b51c2a8c
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ public class AliYun {
thread = 10;
downloadUrl = getDownloadUrl(shareId, fileId);
} else if ("share".equals(cate)) {
thread = 20;
thread = 10;
downloadUrl = getShareDownloadUrl(shareId, fileId);
} else if ("m3u8".equals(cate)) {
lock.lock();