Remove sentence
Remove sentence about additional computation costs
This commit is contained in:
parent
3d8324d0f8
commit
f0fce8f4a5
@ -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
|
||||
|
@ -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{
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user