From 78d8cf3c58d29c9c40ecc4ce63944d2896e21ca3 Mon Sep 17 00:00:00 2001 From: Brad P Date: Tue, 3 Sep 2024 12:52:24 -0500 Subject: [PATCH] make base capacity models report as cold --- cmd/livepeer/starter/starter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {