mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 14:51:28 +03:00
nothing big
This commit is contained in:
@@ -254,7 +254,7 @@ impl Connection {
|
||||
if latency > 1000 {
|
||||
match &msg.union {
|
||||
Some(message::Union::audio_frame(_)) => {
|
||||
log::info!("audio frame latency {}", instant.elapsed().as_secs_f32());
|
||||
// log::info!("audio frame latency {}", instant.elapsed().as_secs_f32());
|
||||
continue;
|
||||
}
|
||||
_ => {}
|
||||
|
||||
Reference in New Issue
Block a user