分片数优化

This commit is contained in:
lushunming 2025-07-15 15:40:17 +08:00
parent a9f3aa3f74
commit 2aba6bfba5
5 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ import java.util.Vector
import kotlin.math.min import kotlin.math.min
object DownloadMT { object DownloadMT {
private val THREAD_NUM: Int = Runtime.getRuntime().availableProcessors() * 2 private val THREAD_NUM: Int = 64//Runtime.getRuntime().availableProcessors() * 2
private val infos = mutableMapOf<String, Array<Any>>(); private val infos = mutableMapOf<String, Array<Any>>();

Binary file not shown.

View File

@ -1 +1 @@
4684441f8b63caf371b0f67118bbae23 1856fa5c3bb1f6bd52697f42232ea8f8

View File

@ -1,5 +1,5 @@
{ {
"spider": "https://andoridspidermt.netlify.app/jar/custom_spider.jar;md5;4684441f8b63caf371b0f67118bbae23", "spider": "https://andoridspidermt.netlify.app/jar/custom_spider.jar;md5;1856fa5c3bb1f6bd52697f42232ea8f8",
"lives": [ "lives": [
{ {
"name": "电视直播", "name": "电视直播",

View File

@ -1,5 +1,5 @@
{ {
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadkt/jar/custom_spider.jar;md5;4684441f8b63caf371b0f67118bbae23", "spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadkt/jar/custom_spider.jar;md5;1856fa5c3bb1f6bd52697f42232ea8f8",
"lives": [ "lives": [
{ {
"name": "电视直播", "name": "电视直播",