mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
修改全量刷新频率
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user