httpserver
This commit is contained in:
parent
f5cce91a9c
commit
01b7fbb09d
|
|
@ -13,7 +13,7 @@ import java.nio.charset.Charset
|
|||
|
||||
|
||||
object ProxyServer {
|
||||
private val THREAD_NUM = Runtime.getRuntime().availableProcessors() * 2
|
||||
private val THREAD_NUM = 8//Runtime.getRuntime().availableProcessors() * 2
|
||||
private const val partSize = 1024 * 1024 * 1
|
||||
private var port = 12345
|
||||
private var httpServer: AdvancedHttpServer? = null
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
da6829608e501db59a8368316f2d5961
|
||||
d1cf6ff4615de0bbbb26d7fb8148f0df
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://gh.llkk.cc/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadNew/jar/custom_spider.jar;md5;da6829608e501db59a8368316f2d5961",
|
||||
"spider": "https://gh.llkk.cc/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadNew/jar/custom_spider.jar;md5;d1cf6ff4615de0bbbb26d7fb8148f0df",
|
||||
"lives": [
|
||||
{
|
||||
"name": "电视直播",
|
||||
|
|
|
|||
Loading…
Reference in New Issue