Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
edb0068e
Unverified
Commit
edb0068e
authored
Aug 14, 2020
by
Ralph Pichler
Committed by
GitHub
Aug 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove disconnect threshold argument (#567)
parent
f0844278
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
start.go
cmd/bee/cmd/start.go
+0
-2
node.go
pkg/node/node.go
+0
-1
No files found.
cmd/bee/cmd/start.go
View file @
edb0068e
...
...
@@ -45,7 +45,6 @@ func (c *command) initStartCmd() (err error) {
optionNameTracingEndpoint
=
"tracing-endpoint"
optionNameTracingServiceName
=
"tracing-service-name"
optionNameVerbosity
=
"verbosity"
optionNameDisconnectThreshold
=
"disconnect-threshold"
optionNameGlobalPinningEnabled
=
"global-pinning-enable"
optionNamePaymentThreshold
=
"payment-threshold"
optionNamePaymentTolerance
=
"payment-tolerance"
...
...
@@ -133,7 +132,6 @@ Welcome to the Swarm.... Bzzz Bzzzz Bzzzz
TracingEndpoint
:
c
.
config
.
GetString
(
optionNameTracingEndpoint
),
TracingServiceName
:
c
.
config
.
GetString
(
optionNameTracingServiceName
),
Logger
:
logger
,
DisconnectThreshold
:
c
.
config
.
GetUint64
(
optionNameDisconnectThreshold
),
GlobalPinningEnabled
:
c
.
config
.
GetBool
(
optionNameGlobalPinningEnabled
),
PaymentThreshold
:
c
.
config
.
GetUint64
(
optionNamePaymentThreshold
),
PaymentTolerance
:
c
.
config
.
GetUint64
(
optionNamePaymentTolerance
),
...
...
pkg/node/node.go
View file @
edb0068e
...
...
@@ -85,7 +85,6 @@ type Options struct {
TracingEnabled
bool
TracingEndpoint
string
TracingServiceName
string
DisconnectThreshold
uint64
GlobalPinningEnabled
bool
PaymentThreshold
uint64
PaymentTolerance
uint64
...
...
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