From cd60823d6596461b66a6a8df916b66bbfec032fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=80=9D=E6=95=8F?= Date: Thu, 1 Sep 2022 15:38:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0TAP=E6=B5=8B=E8=AF=95(TODO=20=E8=A7=A3?= =?UTF-8?q?=E6=9E=90arp)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rpc_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc_client.go b/rpc_client.go index 14e4b30..2c6fb16 100644 --- a/rpc_client.go +++ b/rpc_client.go @@ -99,7 +99,7 @@ func (cli *RPCClient) run() { } defer stream.CloseSend() - var ticker = time.NewTicker(time.Millisecond * 20) + var ticker = time.NewTicker(time.Millisecond * 200) buf := bytes.NewBuffer(nil) for {