* Remove call to set GOMAXPROCS * Remove runtime import
@@ -9,7 +9,6 @@ package main
import (
"os"
- "runtime"
"github.com/urfave/cli"
@@ -20,7 +19,6 @@ import (
const APP_VER = "0.9.115.0103"
func init() {
- runtime.GOMAXPROCS(runtime.NumCPU())
setting.AppVer = APP_VER
}