Skip to content

Commit

Permalink
Merge pull request #1006 from golemfactory/grisha/fix-beta-example-code
Browse files Browse the repository at this point in the history
docs(examples): increased rental time in step-by-step example to get …
  • Loading branch information
grisha87 authored Jun 28, 2024
2 parents 6a8a77d + 3a1220d commit 1240878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced/step-by-step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { filter, map, switchMap, take } from "rxjs";
logger,
});

const RENTAL_DURATION_HOURS = 5 / 60;
const RENTAL_DURATION_HOURS = 10 / 60;
const ALLOCATION_DURATION_HOURS = RENTAL_DURATION_HOURS + 0.25;

console.assert(
Expand Down
1 change: 1 addition & 0 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"basic-run-and-stream": "tsx basic/run-and-stream.ts",
"advanced-hello-world": "tsx advanced/hello-world.ts",
"advanced-manual-pools": "tsx advanced/manual-pools.ts",
"advanced-step-by-step": "tsx advanced/step-by-step.ts",
"advanced-payment-filters": "tsx advanced/payment-filters.ts",
"advanced-proposal-filters": "tsx advanced/proposal-filter.ts",
"advanced-proposal-predefined-filter": "tsx advanced/proposal-predefined-filter.ts",
Expand Down

0 comments on commit 1240878

Please sign in to comment.