mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-20 18:19:30 +00:00
chore: remove GOMAXPROCS setting (#1803)
This commit is contained in:
parent
205f11d677
commit
ec45ee471f
1 changed files with 0 additions and 3 deletions
3
main.go
3
main.go
|
|
@ -1,12 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"runtime"
|
||||
|
||||
"github.com/filebrowser/filebrowser/v2/cmd"
|
||||
)
|
||||
|
||||
func main() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
cmd.Execute()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue