Skip to content

Commit

Permalink
Merge pull request #11297 from filecoin-project/fix-update-todo-nv21
Browse files Browse the repository at this point in the history
chore: config: Update todo in UseSyntheticPoRep
  • Loading branch information
rjan90 authored Oct 2, 2023
2 parents a0e38c9 + f0fce8f commit 0d240d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions documentation/en/default-lotus-miner-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -666,9 +666,7 @@
# env var: LOTUS_SEALING_TERMINATEBATCHWAIT
#TerminateBatchWait = "5m0s"

# UseSyntheticPoRep will reduce the amout of data held on disk in the WaitSeed phase to 32GiB
# at the cost of having to precompute the synthetic challenges.
# TODO: put estimated costs here
# UseSyntheticPoRep, when set to true, will reduce the amount of cache data held on disk after the completion of PreCommit 2 to 11GiB.
#
# type: bool
# env var: LOTUS_SEALING_USESYNTHETICPOREP
Expand Down
4 changes: 1 addition & 3 deletions node/config/doc_gen.go

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

4 changes: 1 addition & 3 deletions node/config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,7 @@ type SealingConfig struct {

// todo TargetSectors - stop auto-pleding new sectors after this many sectors are sealed, default CC upgrade for deals sectors if above

// UseSyntheticPoRep will reduce the amout of data held on disk in the WaitSeed phase to 32GiB
// at the cost of having to precompute the synthetic challenges.
// TODO: put estimated costs here
// UseSyntheticPoRep, when set to true, will reduce the amount of cache data held on disk after the completion of PreCommit 2 to 11GiB.
UseSyntheticPoRep bool
}

Expand Down

0 comments on commit 0d240d1

Please sign in to comment.