Merge pull request #11297 from filecoin-project/fix-update-todo-nv21
chore: config: Update todo in UseSyntheticPoRep
This commit is contained in:
commit
0d240d1c58
@ -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
|
||||
|
@ -1299,9 +1299,7 @@ Submitting a smaller number of prove commits per epoch would reduce the possibil
|
||||
Name: "UseSyntheticPoRep",
|
||||
Type: "bool",
|
||||
|
||||
Comment: `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`,
|
||||
Comment: `UseSyntheticPoRep, when set to true, will reduce the amount of cache data held on disk after the completion of PreCommit 2 to 11GiB.`,
|
||||
},
|
||||
},
|
||||
"Splitstore": []DocField{
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user