fix: remove GOMAXPROCS setting

This commit is contained in:
sejin-P 2022-02-07 15:06:12 +09:00
parent 205f11d677
commit e387d7a819

View File

@ -1,12 +1,9 @@
package main
import (
"runtime"
"github.com/filebrowser/filebrowser/v2/cmd"
)
func main() {
runtime.GOMAXPROCS(runtime.NumCPU())
cmd.Execute()
}