mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-08 10:50:24 +08:00
优化本地数据库性能
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
package sizes
|
||||
|
||||
const (
|
||||
K = 1024
|
||||
K int64 = 1024
|
||||
M = 1024 * K
|
||||
G = 1024 * M
|
||||
T = 1024 * G
|
||||
|
||||
Reference in New Issue
Block a user