Skip to content

Commit 02e2d4f

Browse files
docs: update VSCode README.md to include additional transaction pool parameters for configuration
1 parent 003f1ba commit 02e2d4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vscode/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ Here's an example of a custom configuration:
122122
participants:
123123
- el_type: erigon
124124
el_image: test/erigon:current
125+
el_extra_params:
126+
- "--txpool.globalqueue 1000000"
127+
- "--txpool.globalslots 1000000"
128+
- "--txpool.globalbasefeeslots 1000000"
125129
cl_type: prysm
126130
count: 2
127131
additional_services:

0 commit comments

Comments
 (0)