From edddcf9f74e0e2dde1cdc7d131c33086836dc166 Mon Sep 17 00:00:00 2001 From: lwch Date: Wed, 3 Nov 2021 14:19:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A8=E9=87=8F=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E9=A2=91=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/client/tunnel/vnc/link.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/client/tunnel/vnc/link.go b/code/client/tunnel/vnc/link.go index 11af5c5..0c4f58b 100644 --- a/code/client/tunnel/vnc/link.go +++ b/code/client/tunnel/vnc/link.go @@ -133,7 +133,7 @@ func (link *Link) localRead() { if img.Rect.Dx() != size.Dx() || img.Rect.Dy() != size.Dy() || link.reDraw || - link.idx%100 == 0 { + link.idx%10000 == 0 { link.sendAll(img) link.reDraw = false } else {