分片数优化
This commit is contained in:
parent
2aba6bfba5
commit
17b714cfe7
|
|
@ -18,7 +18,7 @@ import java.util.Vector
|
|||
import kotlin.math.min
|
||||
|
||||
object DownloadMT {
|
||||
private val THREAD_NUM: Int = 64//Runtime.getRuntime().availableProcessors() * 2
|
||||
private val THREAD_NUM: Int = Runtime.getRuntime().availableProcessors() * 2
|
||||
|
||||
private val infos = mutableMapOf<String, Array<Any>>();
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
1856fa5c3bb1f6bd52697f42232ea8f8
|
||||
80eb82a9d6f6bc12bb62bff91dc94393
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://andoridspidermt.netlify.app/jar/custom_spider.jar;md5;1856fa5c3bb1f6bd52697f42232ea8f8",
|
||||
"spider": "https://andoridspidermt.netlify.app/jar/custom_spider.jar;md5;80eb82a9d6f6bc12bb62bff91dc94393",
|
||||
"lives": [
|
||||
{
|
||||
"name": "电视直播",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadkt/jar/custom_spider.jar;md5;1856fa5c3bb1f6bd52697f42232ea8f8",
|
||||
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadkt/jar/custom_spider.jar;md5;80eb82a9d6f6bc12bb62bff91dc94393",
|
||||
"lives": [
|
||||
{
|
||||
"name": "电视直播",
|
||||
|
|
|
|||
Loading…
Reference in New Issue