mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-17 23:06:30 -05:00
fix #1087
This commit is contained in:
parent
892828630e
commit
70b2b22047
@ -57,5 +57,7 @@ func init() {
|
||||
Name: raySizeEnvKey,
|
||||
AltName: platform.NormalizeEnvName(raySizeEnvKey),
|
||||
}.GetValueAsInt(10)
|
||||
if size > 0 {
|
||||
defaultLimit = int32(size) * 1024 * 1024
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user