mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
9 lines
91 B
Go
9 lines
91 B
Go
|
|
//go:build mage
|
||
|
|
// +build mage
|
||
|
|
|
||
|
|
package main
|
||
|
|
|
||
|
|
func setMaxOpenFiles() error {
|
||
|
|
return nil
|
||
|
|
}
|