Skip to content

Commit

Permalink
Merge pull request #964 from golemfactory/fix-requirements-in-step-by…
Browse files Browse the repository at this point in the history
…-step-example

Reduce requirements in step-by-step example market order
  • Loading branch information
mgordel authored Jun 6, 2024
2 parents 9ada34d + 1cfa0e1 commit 247a7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/advanced/step-by-step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ import { filter, map, switchMap, take } from "rxjs";
demand: {
workload: {
imageTag: "golem/alpine:latest",
minCpuCores: 2,
minMemGib: 4,
minCpuCores: 1,
minMemGib: 2,
},
expirationSec: 30 * 60,
},
Expand Down

0 comments on commit 247a7cf

Please sign in to comment.