mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 08:29:33 +08:00

committed by
Torkel Ödegaard

parent
92f71136e6
commit
35522c475f
@ -43,7 +43,6 @@ var pidFile = flag.String("pidfile", "", "path to pid file")
|
|||||||
var exitChan = make(chan int)
|
var exitChan = make(chan int)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Reference in New Issue
Block a user