mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 20:37:40 +03:00
Add low memory interface
This commit is contained in:
parent
2731df1672
commit
ed73785ecc
5 changed files with 27 additions and 5 deletions
5
common/low_memory_stub.go
Normal file
5
common/low_memory_stub.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
//go:build !with_low_memory
|
||||
|
||||
package common
|
||||
|
||||
const LowMemory = false
|
Loading…
Add table
Add a link
Reference in a new issue