mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-24 05:31:03 +03:00
multiuser video qos and client increace fps support
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -1820,7 +1820,7 @@ where
|
||||
);
|
||||
}
|
||||
// Clear to get real-time fps
|
||||
if count > 300 {
|
||||
if count > 150 {
|
||||
count = 0;
|
||||
duration = Duration::ZERO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user