chore: 调整从节点等待时间间隔
This commit is contained in:
@@ -184,7 +184,7 @@ async fn handle_connection(role: ChannelRole) -> Result<()> {
|
|||||||
let len = codec.decode(&data, &mut pcm_buf)?;
|
let len = codec.decode(&data, &mut pcm_buf)?;
|
||||||
player.write(&pcm_buf[..len])?;
|
player.write(&pcm_buf[..len])?;
|
||||||
} else {
|
} else {
|
||||||
tokio::time::sleep(Duration::from_millis(1)).await;
|
tokio::time::sleep(Duration::from_millis(10)).await;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user