mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
GOMAXPROCS should be set manually
This commit is contained in:
@@ -6,8 +6,6 @@ import (
|
||||
)
|
||||
|
||||
func Start(stop chan int) {
|
||||
runtime.GOMAXPROCS(10)
|
||||
|
||||
for _, in := range Plugins.Inputs {
|
||||
go CopyMulty(in, Plugins.Outputs...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user