多线程测试

This commit is contained in:
lushunming 2025-06-18 15:55:44 +08:00
parent ca1754e3f0
commit 68daa42635
4 changed files with 3 additions and 3 deletions

View File

@ -168,7 +168,7 @@ public class ProxyVideo {
private static List<long[]> generatePart(Map<String, String> rangeObj, String total) { private static List<long[]> generatePart(Map<String, String> rangeObj, String total) {
long start = Long.parseLong(rangeObj.get("start")); long start = Long.parseLong(rangeObj.get("start"));
long end = StringUtils.isAllBlank(rangeObj.get("end")) ? start + 1024 * 1024 * 1 * 4 : Long.parseLong(rangeObj.get("end")); long end = StringUtils.isAllBlank(rangeObj.get("end")) ? start + 1024 * 1024 : Long.parseLong(rangeObj.get("end"));
long totalSize = Long.parseLong(total); long totalSize = Long.parseLong(total);

Binary file not shown.

View File

@ -1 +1 @@
a1595a0b27f113878d7f0688ffddb952 96d7f961b4345a4cbe94f8d932629541

View File

@ -1,5 +1,5 @@
{ {
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThread/jar/custom_spider.jar;md5;a1595a0b27f113878d7f0688ffddb952", "spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThread/jar/custom_spider.jar;md5;96d7f961b4345a4cbe94f8d932629541",
"lives": [ "lives": [
{ {
"name": "电视直播", "name": "电视直播",