GOMAXPROCS should be set manually

This commit is contained in:
Leonid Bugaev
2014-01-29 21:13:24 +06:00
parent 9a32742653
commit 59a2b7ca1d
-2
View File
@@ -6,8 +6,6 @@ import (
)
func Start(stop chan int) {
runtime.GOMAXPROCS(10)
for _, in := range Plugins.Inputs {
go CopyMulty(in, Plugins.Outputs...)
}