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
d28619b8
Unverified
Commit
d28619b8
authored
Aug 26, 2020
by
Zahoor Mohamed
Committed by
GitHub
Aug 26, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aded global pinning flag (#620)
parent
1c050f52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
cmd.go
cmd/bee/cmd/cmd.go
+1
-0
No files found.
cmd/bee/cmd/cmd.go
View file @
d28619b8
...
...
@@ -177,6 +177,7 @@ func (c *command) setAllFlags(cmd *cobra.Command) {
cmd
.
Flags
()
.
String
(
optionNameTracingServiceName
,
"bee"
,
"service name identifier for tracing"
)
cmd
.
Flags
()
.
String
(
optionNameVerbosity
,
"info"
,
"log verbosity level 0=silent, 1=error, 2=warn, 3=info, 4=debug, 5=trace"
)
cmd
.
Flags
()
.
String
(
optionWelcomeMessage
,
""
,
"send a welcome message string during handshakes"
)
cmd
.
Flags
()
.
Bool
(
optionNameGlobalPinningEnabled
,
false
,
"enable global pinning"
)
cmd
.
Flags
()
.
Uint64
(
optionNamePaymentThreshold
,
100000
,
"threshold in BZZ where you expect to get paid from your peers"
)
cmd
.
Flags
()
.
Uint64
(
optionNamePaymentTolerance
,
10000
,
"excess debt above payment threshold in BZZ where you disconnect from your peer"
)
}
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