Merge pull request #11297 from filecoin-project/fix-update-todo-nv21

chore: config: Update todo in UseSyntheticPoRep
This commit is contained in:
Phi-rjan 2023-10-02 13:39:05 +01:00 committed by GitHub
commit 0d240d1c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 9 deletions

View File

@ -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

View File

@ -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{

View File

@ -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
}