mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-01-04 06:16:36 +08:00
优化代码
This commit is contained in:
@@ -213,7 +213,7 @@ func (this *Node) Start() {
|
||||
events.Notify(events.EventLoaded)
|
||||
|
||||
// 设置rlimit
|
||||
_ = utils.SetRLimit(1024 * 1024)
|
||||
_ = utils.SetRLimit(1 << 20)
|
||||
|
||||
// 连接API
|
||||
goman.New(func() {
|
||||
|
||||
Reference in New Issue
Block a user