Skip to content

Commit 3ec47d6

Browse files
committed
pdp: better praams
1 parent 3691403 commit 3ec47d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tasks/pdp/prove_task.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func (p *ProveTask) Do(taskID harmonytask.TaskID, stillOwned func() bool) (done
172172
}
173173

174174
// Number of challenges to generate
175-
numChallenges := 5 // Application / pdp will specify this later
175+
numChallenges := 20 // Application / pdp will specify this later
176176

177177
proofs, err := p.GenerateProofs(ctx, pdpService, proofSetID, challengeEpoch, numChallenges)
178178
if err != nil {
@@ -636,9 +636,9 @@ func (p *ProveTask) TypeDetails() harmonytask.TaskTypeDetails {
636636
Cost: resources.Resources{
637637
Cpu: 1,
638638
Gpu: 0,
639-
Ram: 128 << 20, // 128 MB
639+
Ram: 256 << 20, // 128 MB
640640
},
641-
MaxFailures: 500,
641+
MaxFailures: 5,
642642
}
643643
}
644644

0 commit comments

Comments
 (0)