Remove precomputing line

Remove precomputing line
This commit is contained in:
Phi 2023-09-27 08:59:40 +01:00
parent e7b0fb3de3
commit 3d8324d0f8
3 changed files with 0 additions and 3 deletions

View File

@ -667,7 +667,6 @@
#TerminateBatchWait = "5m0s" #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. # 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. # Note that this comes at a cost of additional computation to generate these synthetic challenges.
# #
# type: bool # type: bool

View File

@ -1300,7 +1300,6 @@ Submitting a smaller number of prove commits per epoch would reduce the possibil
Type: "bool", 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. 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.`, Note that this comes at a cost of additional computation to generate these synthetic challenges.`,
}, },
}, },

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 // 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. // 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. // Note that this comes at a cost of additional computation to generate these synthetic challenges.
UseSyntheticPoRep bool UseSyntheticPoRep bool
} }