Skip to content

Commit

Permalink
Merge pull request #3357 from ipfs/fix/old-goprocs
Browse files Browse the repository at this point in the history
no longer hard code gomaxprocs
  • Loading branch information
whyrusleeping authored Nov 5, 2016
2 parents 4919645 + 489c99b commit 5fcd73d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/ipfs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"net/url"
"os"
"os/signal"
"runtime"
"runtime/pprof"
"strings"
"sync"
Expand Down Expand Up @@ -66,7 +65,6 @@ type cmdInvocation struct {
// - if anything fails, print error, maybe with help
func main() {
rand.Seed(time.Now().UnixNano())
runtime.GOMAXPROCS(3) // FIXME rm arbitrary choice for n
ctx := logging.ContextWithLoggable(context.Background(), loggables.Uuid("session"))
var err error
var invoc cmdInvocation
Expand Down

0 comments on commit 5fcd73d

Please sign in to comment.