Skip to content

Commit bfef302

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/spartan
2 parents f9b6c1c + 1ba6b92 commit bfef302

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
@@ -102,7 +102,19 @@ PROVER_AGENT_KEDA_SCALING_BANDS='[
102102
replicas = 4
103103
},
104104
{
105-
queueSize = 100
105+
queueSize = 16
106106
replicas = 8
107+
},
108+
{
109+
queueSize = 32
110+
replicas = 12
111+
},
112+
{
113+
queueSize = 64
114+
replicas = 16
115+
},
116+
{
117+
queueSize = 96
118+
replicas = 20
107119
}
108120
]'

0 commit comments

Comments
 (0)