Fix #8998 by not overriding GOMAXPROCS (#8999)

This commit is contained in:
Alexander
2017-08-07 15:02:04 +02:00
committed by Torkel Ödegaard
parent 92f71136e6
commit 35522c475f

View File

@ -43,7 +43,6 @@ var pidFile = flag.String("pidfile", "", "path to pid file")
var exitChan = make(chan int)
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
}
func main() {