Skip to content

Commit

Permalink
update remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
lixizan committed Jun 11, 2024
1 parent ea6ff16 commit 7c6db1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions option.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ type (
// Compress level
Level int

// 压缩阈值, 长度小于阈值的消息不会被压缩
// Compression threshold, messages below the threshold will not be compressed
// 压缩阈值, 长度小于阈值的消息不会被压缩, 仅适用于无上下文接管模式.
// Compression threshold, messages below the threshold will not be compressed, only for context-free takeover mode.
Threshold int

// 压缩器内存池大小
Expand Down

0 comments on commit 7c6db1d

Please sign in to comment.