Skip to content

Commit 2a7b181

Browse files
author
AztecBot
committed
chore: merge public-next into next
2 parents 85105bd + 1ba6b92 commit 2a7b181

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

spartan/environments/testnet.env

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,19 @@ PROVER_AGENT_KEDA_SCALING_BANDS='[
105105
replicas = 4
106106
},
107107
{
108-
queueSize = 100
108+
queueSize = 16
109109
replicas = 8
110+
},
111+
{
112+
queueSize = 32
113+
replicas = 12
114+
},
115+
{
116+
queueSize = 64
117+
replicas = 16
118+
},
119+
{
120+
queueSize = 96
121+
replicas = 20
110122
}
111123
]'

0 commit comments

Comments
 (0)