Remove precomputing line
Remove precomputing line
This commit is contained in:
parent
e7b0fb3de3
commit
3d8324d0f8
@ -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.
|
||||
# This is achieved by precomputing "synthetic" challenges from CommR.
|
||||
# Note that this comes at a cost of additional computation to generate these synthetic challenges.
|
||||
#
|
||||
# type: bool
|
||||
|
@ -1300,7 +1300,6 @@ Submitting a smaller number of prove commits per epoch would reduce the possibil
|
||||
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.
|
||||
This is achieved by precomputing "synthetic" challenges from CommR.
|
||||
Note that this comes at a cost of additional computation to generate these synthetic challenges.`,
|
||||
},
|
||||
},
|
||||
|
@ -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.
|
||||
// This is achieved by precomputing "synthetic" challenges from CommR.
|
||||
// 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