Skip to content

Commit de1198a

Browse files
committed
no longer hard code gomaxprocs
License: MIT Signed-off-by: Jeromy <[email protected]>
1 parent 1ca2d42 commit de1198a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/ipfs/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ type cmdInvocation struct {
6666
// - if anything fails, print error, maybe with help
6767
func main() {
6868
rand.Seed(time.Now().UnixNano())
69-
runtime.GOMAXPROCS(3) // FIXME rm arbitrary choice for n
7069
ctx := logging.ContextWithLoggable(context.Background(), loggables.Uuid("session"))
7170
var err error
7271
var invoc cmdInvocation

0 commit comments

Comments
 (0)