From de1198a9e2ecd0f9d997c3794889d51272e1fd5a Mon Sep 17 00:00:00 2001 From: Jeromy Date: Fri, 4 Nov 2016 10:44:31 -0700 Subject: [PATCH] no longer hard code gomaxprocs License: MIT Signed-off-by: Jeromy --- cmd/ipfs/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/ipfs/main.go b/cmd/ipfs/main.go index 362934eb4cc4..b4962eb750fe 100644 --- a/cmd/ipfs/main.go +++ b/cmd/ipfs/main.go @@ -66,7 +66,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