From 49d825f78b58810a3661353902c7f4c55e9c8f70 Mon Sep 17 00:00:00 2001 From: qydysky Date: Fri, 9 Jun 2023 08:58:14 +0800 Subject: [PATCH] =?utf8?q?Fix=20=E8=AF=BB=E8=B6=85=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reply/stream.go b/Reply/stream.go index 0a29bae..445e59e 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -796,7 +796,7 @@ func (t *M4SStream) saveStreamFlv() (e error) { NoResponse: true, Async: true, Proxy: t.common.Proxy, - WriteLoopTO: 3000, + WriteLoopTO: readTO * 2 + 1, Header: map[string]string{ `Host`: surl.Host, `User-Agent`: `Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0`, -- 2.39.2