优化代码

This commit is contained in:
刘祥超
2024-04-15 19:37:38 +08:00
parent 484b56492b
commit ae82310b92
8 changed files with 17 additions and 46 deletions

View File

@@ -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() {