Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spartan/aztec-network/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ network:
# If true then configured bootnodes are considered non-gossiping peers
p2pBootstrapNodesAsFullPeers: true

mempoolLimitBytes: 100000000 # approx 100MB
mempoolLimitBytes: "100000000" # approx 100MB

storage:
localSsd: false
Expand Down
2 changes: 1 addition & 1 deletion spartan/aztec-network/values/rc-1.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
network:
public: true
mempoolLimitBytes: 1000000 # approx 1MB
mempoolLimitBytes: "10000000" # approx 10MB

aztec:
slotDuration: 36
Expand Down