Configurable URL length limit #5554
Labels
meta-feature-request
Issues to track feature requests.
scope-interop
Issues that fix interop issues between Lodestar and CL, EL or tooling.
Problem description
Similar to Lighthouse, we are not exposing a CLI flag to increase the URL lenght limit (maximum header size of the http server)
This will cause issues if Nimbus VC is used with a lot of keys
Solution description
It is possible to increase this limit by passing
--max-http-header-size
to node process (http.maxHeaderSize) but this option might not be feasible for all users or requires more effort to configure.It would be better if we expose a CLI flag to achieve this similar to
--rest.bodyLimit
.Additional context
See Lighthouse/Nimbus issues
The text was updated successfully, but these errors were encountered: