Remove sentence

Remove sentence about additional computation costs
This commit is contained in:
Phi 2023-10-02 13:19:13 +01:00
parent 3d8324d0f8
commit f0fce8f4a5
3 changed files with 1 additions and 4 deletions

View File

@ -667,7 +667,6 @@
#TerminateBatchWait = "5m0s"
# UseSyntheticPoRep, when set to true, will reduce the amount of cache data held on disk after the completion of PreCommit 2 to 11GiB.
# Note that this comes at a cost of additional computation to generate these synthetic challenges.
#
# type: bool
# env var: LOTUS_SEALING_USESYNTHETICPOREP

View File

@ -1299,8 +1299,7 @@ Submitting a smaller number of prove commits per epoch would reduce the possibil
Name: "UseSyntheticPoRep",
Type: "bool",
Comment: `UseSyntheticPoRep, when set to true, will reduce the amount of cache data held on disk after the completion of PreCommit 2 to 11GiB.
Note that this comes at a cost of additional computation to generate these synthetic challenges.`,
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{

View File

@ -431,7 +431,6 @@ 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, when set to true, will reduce the amount of cache data held on disk after the completion of PreCommit 2 to 11GiB.
// Note that this comes at a cost of additional computation to generate these synthetic challenges.
UseSyntheticPoRep bool
}