Commit 489c99b7 authored by Jeromy's avatar Jeromy

no longer hard code gomaxprocs

License: MIT
Signed-off-by: default avatarJeromy <why@ipfs.io>
parent 1ca2d428
......@@ -10,7 +10,6 @@ import (
"net/url"
"os"
"os/signal"
"runtime"
"runtime/pprof"
"strings"
"sync"
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment