Merge pull request #860 from abperiasamy/rm-gomaxprocs

setting GOMAXPROCS is no longer
This commit is contained in:
Anand Babu (AB) Periasamy 2015-09-20 16:08:33 -07:00
commit 345521f34d

View file

@ -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.