Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 3, 2024
1 parent 0729ec3 commit 1455d00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/base-same-id/base_sameID.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ try {
},
},
market: {
rentHours: 0.5,
rentHours: 0.1,
pricing: {
model: "linear",
maxStartPrice: 2.0,
maxCpuPerHourPrice: 2.0,
maxEnvPerHourPrice: 2.0,
maxCpuPerHourPrice: 3000.0,
maxEnvPerHourPrice: 3000.0,
},
offerProposalFilter: myProposalFilter,
},
Expand Down
8 changes: 5 additions & 3 deletions examples/multi-allocation-double-activity/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,12 @@ async function runOperator(observerContext, depositsData) {
},
},
market: {
rentHours: 0.5,
rentHours: 0.1,
pricing: {
model: "burn-rate",
avgGlmPerHour: 0.5,
model: "linear",
maxStartPrice: 0.5,
maxCpuPerHourPrice: 3000.0,
maxEnvPerHourPrice: 3000.0,
},
},
payment: {
Expand Down

0 comments on commit 1455d00

Please sign in to comment.