diff --git a/cmd/livepeer/starter/starter.go b/cmd/livepeer/starter/starter.go index 00c23ec3db..a5d353ae7d 100755 --- a/cmd/livepeer/starter/starter.go +++ b/cmd/livepeer/starter/starter.go @@ -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" {