Skip to content

Commit f9476ef

Browse files
authored
Add conn_per_peer parameter for of-proxy (#22)
1 parent 2cae1c6 commit f9476ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testdata/get-configuration.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"public_listen_addr": "0.0.0.0:5544",
1717
"cert_hosts": "1.2.3.4,localhost,127.0.0.1",
1818
"builder_confighub_endpoint": "http://127.0.0.1:7937",
19-
"orderflow_archive_endpoint": "https://orderflow-archive.flashbots.net"
19+
"orderflow_archive_endpoint": "https://orderflow-archive.flashbots.net",
20+
"conn_per_peer": "50"
2021
},
2122
"rbuilder": {
2223
"__version": "v0.1.0-26-g18875a4",

0 commit comments

Comments
 (0)