Skip to content

Commit

Permalink
chore: Slower exp2 (#11487)
Browse files Browse the repository at this point in the history
This PR slows down the exp2 network to 0.1 TPS
  • Loading branch information
PhilWindle authored Jan 24, 2025
1 parent 80f5a46 commit e995c0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spartan/aztec-network/values/exp-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ validator:
validator:
disabled: false
sequencer:
maxTxsPerBlock: 40
maxTxsPerBlock: 4
enforceTimeTable: true

bootNode:
Expand All @@ -303,7 +303,7 @@ bootNode:
maxOldSpaceSize: "4608"

proverAgent:
replicas: 8
replicas: 2

proverBroker:
resources:
Expand All @@ -322,7 +322,7 @@ proverNode:
maxOldSpaceSize: "11776"

bot:
replicas: 10
replicas: 1
followChain: "NONE"
enabled: true
txIntervalSeconds: 1
Expand Down

0 comments on commit e995c0f

Please sign in to comment.