mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 13:00:47 +00:00
gc more often on mobile
This commit is contained in:
parent
cabdc27a54
commit
3a493fe894
@ -2,6 +2,12 @@
|
||||
|
||||
package util
|
||||
|
||||
import "runtime/debug"
|
||||
|
||||
func init() {
|
||||
debug.SetGCPercent(25)
|
||||
}
|
||||
|
||||
// On mobile, just return a nil slice.
|
||||
func GetBytes() []byte {
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user