Skip to content

Commit

Permalink
don't use on-demand capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
ycryptx committed Nov 7, 2023
1 parent f333ce5 commit 3190dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sequencer/src/map-reduce/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ export class MapReduceClient<RollupProof extends RollupProofBase> {
UnitType: ComputeLimitsUnitType.InstanceFleetUnits,
MinimumCapacityUnits: 3,
MaximumCapacityUnits: 100,
MaximumOnDemandCapacityUnits: 0,
},
},
Applications: [
Expand Down

0 comments on commit 3190dee

Please sign in to comment.