mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
Fix MB const size (#11088)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
ea6cd7d27c
commit
82e5d21317
@ -33,7 +33,7 @@ var RocksmqRetentionSizeInMB int64
|
||||
|
||||
// Const value that used to convert unit
|
||||
const (
|
||||
MB = 2 << 20
|
||||
MB = 1024 * 1024
|
||||
MINUTE = 60
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user