Skip to content

Commit

Permalink
GOMAXPROCS should be set manually
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Jan 29, 2014
1 parent 9a32742 commit 59a2b7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions emitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
)

func Start(stop chan int) {
runtime.GOMAXPROCS(10)

for _, in := range Plugins.Inputs {
go CopyMulty(in, Plugins.Outputs...)
}
Expand Down

0 comments on commit 59a2b7c

Please sign in to comment.