Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
489c99b7
Commit
489c99b7
authored
Nov 04, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no longer hard code gomaxprocs
License: MIT Signed-off-by:
Jeromy
<
why@ipfs.io
>
parent
1ca2d428
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
cmd/ipfs/main.go
cmd/ipfs/main.go
+0
-2
No files found.
cmd/ipfs/main.go
View file @
489c99b7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment