mirror of https://github.com/minio/minio.git
setting GOMAXPROCS is no longer
This commit is contained in:
parent
39e2209755
commit
45146cc138
3
main.go
3
main.go
|
@ -149,9 +149,6 @@ VERSION:
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// set up go max processes
|
|
||||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
|
||||||
|
|
||||||
app := registerApp()
|
app := registerApp()
|
||||||
app.Before = func(c *cli.Context) error {
|
app.Before = func(c *cli.Context) error {
|
||||||
// get flag and set global defaults here.
|
// get flag and set global defaults here.
|
||||||
|
|
Loading…
Reference in New Issue