From 45146cc138d28d3c9aebd31e46d0f62c45394f36 Mon Sep 17 00:00:00 2001 From: "Anand Babu (AB) Periasamy" Date: Sun, 20 Sep 2015 16:06:16 -0700 Subject: [PATCH] setting GOMAXPROCS is no longer --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index 39c14d04f..adc4e3c93 100644 --- a/main.go +++ b/main.go @@ -149,9 +149,6 @@ VERSION: } func main() { - // set up go max processes - runtime.GOMAXPROCS(runtime.NumCPU()) - app := registerApp() app.Before = func(c *cli.Context) error { // get flag and set global defaults here.