mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-18 18:23:43 +08:00
fix issue 210 slow source search reliability
This commit is contained in:
+12
-1
@@ -4,8 +4,19 @@
|
||||
"name": "KVideo",
|
||||
"branch": "main"
|
||||
},
|
||||
"currentVersion": "4.9.12",
|
||||
"currentVersion": "4.9.13",
|
||||
"releases": [
|
||||
{
|
||||
"version": "4.9.13",
|
||||
"publishedAt": "2026-07-13",
|
||||
"title": "修复慢源搜索与延迟探测",
|
||||
"notes": [
|
||||
"慢视频源不再因 3 秒静默被前端提前判定为搜索完成,结果流会等待服务端明确结束。",
|
||||
"实时延迟改用真实视频源地址并独立计算回退请求耗时,避免无效 URL 和累加计时造成虚高数值。",
|
||||
"延迟探测限制为最多 4 路并发且轮次不重叠,搜索取消或超时后也不会继续无意义重试。",
|
||||
"新增慢源搜索、延迟回退、探测并发和取消重试回归测试。"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "4.9.12",
|
||||
"publishedAt": "2026-07-12",
|
||||
|
||||
Reference in New Issue
Block a user