Skip to content

Commit

Permalink
allow multiple supraseal pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jul 31, 2024
1 parent e7bf44c commit cabcf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/sealsupra/task_supraseal.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ func (s *SupraSeal) TypeDetails() harmonytask.TaskTypeDetails {
Name: fmt.Sprintf("Batch%d-%s", s.sectors, ssizeToName[must.One(s.spt.SectorSize())]),
Cost: resources.Resources{
Cpu: 1,
Gpu: 1,
Ram: 1 << 20,
Gpu: 0,
Ram: 16 << 30,
},
MaxFailures: 4,
IAmBored: passcall.Every(30*time.Second, s.schedule),
Expand Down

0 comments on commit cabcf84

Please sign in to comment.