diff --git a/cmd/livepeer/starter/starter.go b/cmd/livepeer/starter/starter.go index 5a8bb5bb27..3413ed2274 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" {