chore: remove GOMAXPROCS setting (#1803)

pull/1811/head
sejinP 3 years ago committed by GitHub
parent 205f11d677
commit ec45ee471f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save