Skip to content

Commit

Permalink
removing one last thing...
Browse files Browse the repository at this point in the history
  • Loading branch information
laudiacay committed Jan 10, 2022
1 parent 4e66614 commit b9eae2d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions documentation/en/default-lotus-miner-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,6 @@
# env var: LOTUS_SEALING_MAXSEALINGSECTORSFORDEALS
#MaxSealingSectorsForDeals = 0

# Upper bound on how many sectors can be unsealing at the same time when creating new sectors (0 = unlimited)
#
# type: uint64
# env var: LOTUS_SEALING_MAXUNSEALINGSECTORS
#MaxUnsealingSectors = 0

# CommittedCapacitySectorLifetime is the duration a Committed Capacity (CC) sector will
# live before it must be extended or converted into sector containing deals before it is
# terminated. Value must be between 180-540 days inclusive
Expand Down
6 changes: 0 additions & 6 deletions node/config/doc_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions node/config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ type SealingConfig struct {
// Upper bound on how many sectors can be sealing at the same time when creating new sectors with deals (0 = unlimited)
MaxSealingSectorsForDeals uint64

// Upper bound on how many sectors can be unsealing at the same time when creating new sectors (0 = unlimited)
MaxUnsealingSectors uint64

// CommittedCapacitySectorLifetime is the duration a Committed Capacity (CC) sector will
// live before it must be extended or converted into sector containing deals before it is
// terminated. Value must be between 180-540 days inclusive
Expand Down

0 comments on commit b9eae2d

Please sign in to comment.