We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca2d42 commit de1198aCopy full SHA for de1198a
cmd/ipfs/main.go
@@ -66,7 +66,6 @@ type cmdInvocation struct {
66
// - if anything fails, print error, maybe with help
67
func main() {
68
rand.Seed(time.Now().UnixNano())
69
- runtime.GOMAXPROCS(3) // FIXME rm arbitrary choice for n
70
ctx := logging.ContextWithLoggable(context.Background(), loggables.Uuid("session"))
71
var err error
72
var invoc cmdInvocation
0 commit comments