Update AliYun.java

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

View File

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