Skip to content

Commit

Permalink
chore: Reduce the number of provers in rc-1 (#11296)
Browse files Browse the repository at this point in the history
This PR reduces the epoch duration and number of provers in the rc-1
configuration.
  • Loading branch information
PhilWindle authored Jan 17, 2025
1 parent 920a521 commit 92e40ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spartan/aztec-network/values/rc-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ network:

aztec:
slotDuration: 36
epochDuration: 48
epochDuration: 32
realProofs: true

images:
Expand Down Expand Up @@ -125,7 +125,7 @@ bootNode:
storageSize: "100Gi"

proverAgent:
replicas: 60
replicas: 20
bb:
hardwareConcurrency: 31
gke:
Expand Down

0 comments on commit 92e40ff

Please sign in to comment.