This commit is contained in:
eric
2025-12-04 14:26:11 +08:00
parent 667dc47188
commit f10549ffae
2 changed files with 3 additions and 2 deletions

View File

@@ -1913,7 +1913,8 @@ def start_record(url_data: tuple, count_variable: int = -1) -> None:
if error_count > 20:
x = x + 60
color_obj.print_colored("\r瞬时错误太多,延迟加60秒", color_obj.YELLOW)
# x += min(error_count * 2, 30)
color_obj.print_colored("\r瞬时错误太多,延迟最多60s", color_obj.YELLOW)
# 这里是.如果录制结束后,循环时间会暂时变成30s后检测一遍. 这样一定程度上防止主播卡顿造成少录
# 当30秒过后检测一遍后. 会回归正常设置的循环秒数