mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 23:47:07 -05:00
lint
This commit is contained in:
parent
ad35fc7028
commit
c6a68755b6
@ -48,7 +48,7 @@ func init() {
|
|||||||
if len(sizeStr) > 0 {
|
if len(sizeStr) > 0 {
|
||||||
customSize, err := strconv.ParseUint(sizeStr, 10, 32)
|
customSize, err := strconv.ParseUint(sizeStr, 10, 32)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
streamSizeLimit = uint64(customSize) * 1024 * 1024
|
streamSizeLimit = customSize * 1024 * 1024
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user