Commit 35522c47 by Alexander Committed by Torkel Ödegaard

Fix #8998 by not overriding GOMAXPROCS (#8999)

parent 92f71136
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment