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
6dfdd5cc
Unverified
Commit
6dfdd5cc
authored
Jun 21, 2021
by
Esad Akar
Committed by
GitHub
Jun 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: warmup time increase (#2172)
parent
b2e3a8ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmd.go
cmd/bee/cmd/cmd.go
+1
-1
No files found.
cmd/bee/cmd/cmd.go
View file @
6dfdd5cc
...
@@ -243,7 +243,7 @@ func (c *command) setAllFlags(cmd *cobra.Command) {
...
@@ -243,7 +243,7 @@ func (c *command) setAllFlags(cmd *cobra.Command) {
cmd
.
Flags
()
.
String
(
optionNameBlockHash
,
""
,
"block hash of the block whose parent is the block that contains the transaction hash"
)
cmd
.
Flags
()
.
String
(
optionNameBlockHash
,
""
,
"block hash of the block whose parent is the block that contains the transaction hash"
)
cmd
.
Flags
()
.
Uint64
(
optionNameBlockTime
,
15
,
"chain block time"
)
cmd
.
Flags
()
.
Uint64
(
optionNameBlockTime
,
15
,
"chain block time"
)
cmd
.
Flags
()
.
String
(
optionNameSwapDeploymentGasPrice
,
""
,
"gas price in wei to use for deployment and funding"
)
cmd
.
Flags
()
.
String
(
optionNameSwapDeploymentGasPrice
,
""
,
"gas price in wei to use for deployment and funding"
)
cmd
.
Flags
()
.
Duration
(
optionWarmUpTime
,
time
.
Minute
*
1
0
,
"time to warmup the node before pull/push protocols can be kicked off."
)
cmd
.
Flags
()
.
Duration
(
optionWarmUpTime
,
time
.
Minute
*
2
0
,
"time to warmup the node before pull/push protocols can be kicked off."
)
cmd
.
Flags
()
.
Bool
(
optionNameMainNet
,
false
,
"triggers connect to main net bootnodes."
)
cmd
.
Flags
()
.
Bool
(
optionNameMainNet
,
false
,
"triggers connect to main net bootnodes."
)
}
}
...
...
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