httpserver

This commit is contained in:
lushunming 2025-07-22 14:27:12 +08:00
parent f5cce91a9c
commit 01b7fbb09d
4 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ import java.nio.charset.Charset
object ProxyServer { 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 const val partSize = 1024 * 1024 * 1
private var port = 12345 private var port = 12345
private var httpServer: AdvancedHttpServer? = null private var httpServer: AdvancedHttpServer? = null

Binary file not shown.

View File

@ -1 +1 @@
da6829608e501db59a8368316f2d5961 d1cf6ff4615de0bbbb26d7fb8148f0df

View File

@ -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": [ "lives": [
{ {
"name": "电视直播", "name": "电视直播",