Skip to content

Commit

Permalink
make base capacity models report as cold
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-astra-video authored and rickstaa committed Sep 4, 2024
1 parent 1bae87e commit 78d8cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/livepeer/starter/starter.go
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ func StartLivepeer(ctx context.Context, cfg LivepeerConfig) {
}

for _, config := range configs {
modelConstraint := &core.ModelConstraint{Warm: config.Warm}
modelConstraint := &core.ModelConstraint{Warm: false} //override to always false to be cold for base capacity

var autoPrice *core.AutoConvertedPrice
if *cfg.Network != "offchain" {
Expand Down

0 comments on commit 78d8cf3

Please sign in to comment.