Skip to content

Commit ae4fa0f

Browse files
author
LChen
committed
减小默认压缩率,提高响应速度
1 parent aee20dd commit ae4fa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dscom/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pub const FPS: u64 = 30;
66
pub const BIT_SAVE: u8 = 0b1111_1000;
77

88
// 传输压缩水平0-21 0消耗资源最小但是压缩率小(需要带宽大) 21消耗资源最大,但但是压缩率大(需要带宽小)
9-
pub const COMPRESS_LEVEL: i32 = 3;
9+
pub const COMPRESS_LEVEL: i32 = 0;
1010

1111
// key事件 start
1212
pub const KEY_UP: u8 = 1;

0 commit comments

Comments
 (0)