Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 4, 2024
1 parent 4276595 commit a3cddce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/debitnotetest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ async function connectAndRun(glm) {
pricing: {
model: "linear",
maxStartPrice: 0.5,
maxCpuPerHourPrice: 3000.0,
maxEnvPerHourPrice: 3000.0,
maxCpuPerHourPrice: 100000.0,
maxEnvPerHourPrice: 100000.0,
},
offerProposalFilter: myProposalFilter,
},
Expand Down

0 comments on commit a3cddce

Please sign in to comment.